public class JMSBridgeDestination extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
static String |
JMSBRIDGE_DESTINATION_TOKEN |
| Constructor and Description |
|---|
JMSBridgeDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterJNDIName()
Get the adapter JNDI name.
|
String |
getClasspath()
Get the classpath.
|
String |
getConnectionFactoryJndiName()
Get the ConnectionFactory JNDI name.
|
String |
getDestinationJNDIName()
Get the Destination JNDI name.
|
DestinationType |
getDestinationType()
Get the destination type.
|
String |
getInitialContextFactory()
Get the InitialContext factory class name.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
JMSBridgeDestination |
setAdapterJNDIName(String adapterJNDIName)
Set the adapter JNDI name.
|
JMSBridgeDestination |
setClasspath(String classpath)
Set the classpath.
|
JMSBridgeDestination |
setConnectionFactoryJndiName(String connectionFactoryJndiName)
Set the ConnectionFactory JNDI name.
|
JMSBridgeDestination |
setDestinationJNDIName(String destinationJNDIName)
Set the Destination JNDI name.
|
JMSBridgeDestination |
setDestinationType(DestinationType destinationType)
Set the destination type.
|
JMSBridgeDestination |
setId(String id)
Sets the id used to reference this model object.
|
JMSBridgeDestination |
setInitialContextFactory(String initialContextFactory)
Set the InitialContext factory class name.
|
JMSBridgeDestination |
setName(String name)
Set the name.
|
JMSBridgeDestination |
setNotes(String notes)
Set the notes.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
getId, getReservedKeywords, getSourcePath, getTargets, isClusterablepublic static final String JMSBRIDGE_DESTINATION_TOKEN
public JMSBridgeDestination setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdsetId in class AppSvcResourceid - the id to be used when referencing this model objectpublic String getAdapterJNDIName()
public JMSBridgeDestination setAdapterJNDIName(String adapterJNDIName)
adapterJNDIName - the new adapter JNDI namepublic String getClasspath()
public JMSBridgeDestination setClasspath(String classpath)
classpath - the new classpathpublic String getConnectionFactoryJndiName()
public JMSBridgeDestination setConnectionFactoryJndiName(String connectionFactoryJndiName)
connectionFactoryJndiName - the new ConnectionFactory JNDI namepublic String getDestinationJNDIName()
public JMSBridgeDestination setDestinationJNDIName(String destinationJNDIName)
destinationJNDIName - the new Destination JNDI namepublic DestinationType getDestinationType()
public JMSBridgeDestination setDestinationType(DestinationType destinationType)
destinationType - the new typepublic String getInitialContextFactory()
public JMSBridgeDestination setInitialContextFactory(String initialContextFactory)
initialContextFactory - the new InitialContext factory class namepublic String getName()
getName in class AppSvcResourcepublic JMSBridgeDestination setName(String name)
name - the new namepublic String getNotes()
public JMSBridgeDestination setNotes(String notes)
notes - the new notespublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()