Class: com.sybase.jaguar.server.JaguarComponent (CORBA Component) | EAServer 6.3 Help |
---|
Property: com.sybase.jaguar.component.auto.failover (Automatic Failover) | |
---|---|
Description |
When running in a cluster environment, enables clients to
automatically switch to another server if the server they
are communicating with fails.
See also: requestLog, responseLog. |
Default Value | false |
Legal Values | false, true |
Property: com.sybase.jaguar.component.code.set (Code Set) | |
---|---|
Description | For C++ components, determines the code set for string parameters. If not specified, this defaults to the server's default code set. |
Property: com.sybase.jaguar.component.cpp.class (C++ Class) | |
---|---|
Description | For C++ components, specifies the name of the component implementation class. |
Only Used If | Property com.sybase.jaguar.component.type has the value "cpp". |
Property: com.sybase.jaguar.component.cpp.copy (Copy Library) | |
---|---|
Description | For C++ components, specifies whether the DLL (shared library) should be copied to a temporary file before loading. This permits "hot refresh" of C++ components. |
Only Used If | Property com.sybase.jaguar.component.type has the value "cpp". |
Default Value | false |
Legal Values | false, true |
Property: com.sybase.jaguar.component.cpp.debug (Debug Library) | |
---|---|
Description | For C++ components, set this if you plan to use a debugger. |
Only Used If | Property com.sybase.jaguar.component.type has the value "cpp". |
Default Value | false |
Legal Values | false, true |
Property: com.sybase.jaguar.component.cpp.library (C++ Library) | |
---|---|
Description | For C++ components, specifies the name of the DLL (shared library). A file suffix is not required, as depending on the operating system platform, an appropriate suffix will be added. The usual location for C++ DLLs is the server's "cpplib" directory. |
Only Used If | Property com.sybase.jaguar.component.type has the value "cpp". |
Property: com.sybase.jaguar.component.interfaces (IDL Component Interfaces) | |
---|---|
Description | Comma-separated list of the component's CORBA IDL interfaces. |
Property: com.sybase.jaguar.component.java.class (Java Class) | |
---|---|
Description | For CORBA Java components, the name of the Java implementation class. |
Only Used If | Property com.sybase.jaguar.component.type has the value "java". |
Property: com.sybase.jaguar.component.mdb.acknowledge-mode (MDB Acknowlegde Mode) | |
---|---|
Description | For listener components, specifies the JMS acknowledge mode that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Default Value | Auto-acknowledge |
Legal Values | Auto-acknowledge, Dups-ok-acknowledge |
Property: com.sybase.jaguar.component.mdb.destination-type (MDB Destination Type) | |
---|---|
Description | For listener components, specifies the JMS destination type that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Default Value | javax.jms.Queue |
Legal Values | javax.jms.Queue, javax.jms.Topic |
Property: com.sybase.jaguar.component.mdb.message-selector (MDB Message Selector) | |
---|---|
Description | For listener components, specifies the JMS message selector that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Property: com.sybase.jaguar.component.mdb.subscription-durability (MDB Subscription Durability) | |
---|---|
Description | For listener components with a destination type of "javax.jms.Topic", specifies the JMS subscription durability that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Property: com.sybase.jaguar.component.mdb.thread-count (MDB Thread Count) | |
---|---|
Description | For listener components, specifies the JMS thread count that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Default Value | 1 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: com.sybase.jaguar.component.pb.class (PowerBuilder NVO Class) | |
---|---|
Description |
For PowerBuilder components, specifies the name of the PowerBuilder
implementation class.
Note: this is normally set by the PowerBuilder IDE during deployment. |
Only Used If | Property com.sybase.jaguar.component.type has the value "pb". |
Property: com.sybase.jaguar.component.pb.librarylist (PowerBuilder Library List) | |
---|---|
Description |
For PowerBuilder components, specifies the library list.
Note: this is normally set by the PowerBuilder IDE during deployment. |
Only Used If | Property com.sybase.jaguar.component.type has the value "pb". |
Property: com.sybase.jaguar.component.pb.version (PowerBuilder Version) | |
---|---|
Description |
For PowerBuilder components, specifies the PowerBuilder version.
Note: this is normally set by the PowerBuilder IDE during deployment. |
Only Used If | Property com.sybase.jaguar.component.type has the value "pb". |
Default Value | 10.5 |
Property: com.sybase.jaguar.component.queue (MDB Queue Name) | |
---|---|
Description | For listener components with a destination type of "javax.jms.Queue", specifies the JMS queue name that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Property: com.sybase.jaguar.component.sharing (Shared) | |
---|---|
Description | Specifies whether a singleton instance of this component should be used. |
Default Value | false |
Legal Values | false, true |
Property: com.sybase.jaguar.component.topic (MDB Topic Name) | |
---|---|
Description | For listener components with a destination type of "javax.jms.Topic", specifies the JMS topic name that will be used by the message-driven bean wrapper that is generated during deployment. |
Only Used If | Property com.sybase.jaguar.component.remote has the value "CtsComponents::MessageListener". |
Property: com.sybase.jaguar.component.tx_timeout (Transaction Timeout) | |
---|---|
Description | MISSING DESCRIPTION! |
Default Value | 0 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: com.sybase.jaguar.component.type (Component Type) | |
---|---|
Description | Required. Specifies the implementation language for a CORBA component (C++, Java or PowerScript). |
Legal Values | cpp, java, pb |