Interface WebSphereConfigurationEntryType
-
- All Superinterfaces:
ConfigurationEntryType
public interface WebSphereConfigurationEntryType extends ConfigurationEntryType
Represents the type of a resource specific to WebSphere, such as ajavax.jms.SIBus
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JMS_SIBUS
JMS SIBus.static String
JMS_SIBUS_MEMBER
JMS SIBus member.-
Fields inherited from interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
CONNECTIONPOOL_DATASOURCE, DATASOURCE, JDBC_DRIVER, JMS_CONNECTION_FACTORY, JMS_QUEUE, JMS_TOPIC, MAIL_SESSION, MIMETYPE_DATASOURCE, XA_DATASOURCE
-
-
-
-
Field Detail
-
JMS_SIBUS
static final String JMS_SIBUS
JMS SIBus.- See Also:
- Constant Field Values
-
JMS_SIBUS_MEMBER
static final String JMS_SIBUS_MEMBER
JMS SIBus member.- See Also:
- Constant Field Values
-
-