|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.server.jms.tibco.TibcoAdapter
TibcoAdmin
| Field Summary | |
static java.lang.String |
PASSWORD
|
static java.lang.String |
SERVERURL
|
static java.lang.String |
SSLPARAMS
|
static java.lang.String |
USERNAME
|
| Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
| Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
| Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
| Constructor Summary | |
TibcoAdapter()
|
|
| Method Summary | |
java.lang.String |
getClassName()
Returns the name of the class unique to the jms provider represented by an implementation of this interface |
java.lang.String |
getProviderName()
Return the name of the provider |
javax.jms.Queue |
getQueue(java.lang.String queueName,
boolean create)
This method is called by the JMS subsystem of GLUE to request construction and placement of a JMS Queue object in a JNDI directory The method returns the name of the queue conforming to the requirements of the provider |
javax.jms.QueueConnectionFactory |
getQueueConnectionFactory(java.lang.String queueConnFactoryName,
boolean create)
This method is called by the JMS subsystem of GLUE to request construction and placement of a JMS Queue Connection Factory object in a JNDI directory The method returns the name of the queue connection factory conforming to the requirements of the provider |
Context |
getStartupContext()
Get the context with the properties used to initialize/customize this adapter. |
boolean |
isStarted()
Test if the adapter had been started |
void |
shutdown()
Close any resources used by the adapter and shutdown the adapter |
void |
startup(Context context)
Get any setting overrides from the context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SERVERURL
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
public static final java.lang.String SSLPARAMS
| Constructor Detail |
public TibcoAdapter()
| Method Detail |
public void startup(Context context)
throws javax.jms.JMSException,
javax.naming.NamingException
startup in interface IJMSAdaptercontext - the context containing any custom settings for the provider
javax.jms.JMSException
javax.naming.NamingException
public void shutdown()
throws javax.jms.JMSException,
javax.naming.NamingException
shutdown in interface IJMSAdapterjavax.jms.JMSException
javax.naming.NamingExceptionpublic boolean isStarted()
isStarted in interface IJMSAdapterpublic Context getStartupContext()
getStartupContext in interface IJMSAdapter
public javax.jms.Queue getQueue(java.lang.String queueName,
boolean create)
throws javax.jms.JMSException,
javax.naming.NamingException
getQueue in interface IJMSAdapterqueueName - JNDI name of the queuecreate - if true, create the queue
javax.jms.JMSException
javax.naming.NamingException
public javax.jms.QueueConnectionFactory getQueueConnectionFactory(java.lang.String queueConnFactoryName,
boolean create)
throws javax.jms.JMSException,
javax.naming.NamingException
getQueueConnectionFactory in interface IJMSAdapterqueueConnFactoryName - JNDI name of the queue connecion factorycreate - if true, create the queue
javax.jms.JMSException
javax.naming.NamingExceptionpublic java.lang.String getClassName()
getClassName in interface IJMSAdapterpublic java.lang.String getProviderName()
getProviderName in interface IJMSAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||