| Class: com.sybase.ejb.client.EjbProvider (EJB Provider) | EAServer 6.0 Help |
|---|
| Description | Specifies connection information for an EJB provider instance. |
|---|---|
| Configuration | See Set Properties Task. |
| Properties | automaticFailover, dataCompression, idleConnectionTimeout, java.naming.factory.initial, java.naming.provider.url, java.naming.security.credentials, java.naming.security.principal, lookupCacheTimeout, socketTimeout |
| Files | Repository/Instance/com/sybase/ejb/client/EjbProvider/*.properties |
| Property: automaticFailover (Enable Automatic Failover) | |
|---|---|
| Description | If selected, clients can fail over, regardless of the component properties. |
| Only Used If | Property java.naming.factory.initial has the value "com.sybase.ejb.client.InitialContextFactory". |
| Default Value | false |
| Legal Values | false, true |
| Property: dataCompression (Enable Data Compression) | |
|---|---|
| Description | Select to enable data compression. |
| Only Used If | Property java.naming.factory.initial has the value "com.sybase.ejb.client.InitialContextFactory". |
| Default Value | false |
| Legal Values | false, true |
| Property: idleConnectionTimeout (Idle Connection Timeout) | |
|---|---|
| Description | The number of seconds before an idle connection times out. |
| Only Used If | Property java.naming.factory.initial has the value "com.sybase.ejb.client.InitialContextFactory". |
| Default Value | 60 |
| Minimum Value | 0 |
| Maximum Value | 2147483647 |
| Property: java.naming.factory.initial (JNDI Initial Context Factory) | |
|---|---|
| Description | The initial context factory for the EJB provider. |
| Default Value | com.sybase.ejb.client.InitialContextFactory |
| Property: java.naming.provider.url (JNDI Provider URL) | |
|---|---|
| Description | The URL for the name server. |
| Default Value | iiop://host-name:2000 |
| Property: java.naming.security.credentials (JNDI Security Credentials (Password)) | |
|---|---|
| Description | A valid password for the user. |
| Property: java.naming.security.principal (JNDI Security Principal (Username)) | |
|---|---|
| Description | A valid user name to access the name server. |
| Default Value | ${user.name} |
| Property: lookupCacheTimeout (Lookup Cache Timeout) | |
|---|---|
| Description | The number of seconds cache entries remain active before they must be refreshed. |
| Only Used If | Property java.naming.factory.initial has the value "com.sybase.ejb.client.InitialContextFactory". |
| Default Value | 600 |
| Minimum Value | 0 |
| Maximum Value | 2147483647 |
| Property: socketTimeout (Socket Timeout) | |
|---|---|
| Description | The number of seconds the client will wait for a server response before assuming the server has failed. |
| Only Used If | Property java.naming.factory.initial has the value "com.sybase.ejb.client.InitialContextFactory". |
| Default Value | 600 |
| Minimum Value | 0 |
| Maximum Value | 2147483647 |