|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
com.bea.wlcp.wlng.api.edr.jms.JMSConnector
Methods to create a JMS session retrieve EDR topic information.
| Field Summary | |
static String |
NON_TRANSACTIONAL_FACTORYNon-transaction factory |
static String |
TRANSACTIONAL_FACTORYTransaction factory (not used in Melitta) |
| Constructor Summary | |
JMSConnector() |
|
JMSConnector(Context ctx) |
|
| Method Summary | |
void |
close() |
TopicSession |
createSession(String factory)Creates a session to the given factory. |
static String |
getEdrTopicName()Returns the name of the EdrTopic of the current server. |
TopicConnection |
getTopicConnection()Returns the topic connection previously created. |
Topic |
lookupTopic(TopicSession session, String topicName)Lookup the given topic name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String NON_TRANSACTIONAL_FACTORY
public static final String TRANSACTIONAL_FACTORY
| Constructor Detail |
public JMSConnector()
public JMSConnector(Context ctx)
| Method Detail |
public void close()
throws JMSException
JMSException
public TopicSession createSession(String factory)
throws NamingException,
JMSException
NamingExceptionJMSExceptionpublic static String getEdrTopicName()
public TopicConnection getTopicConnection()
public Topic lookupTopic(TopicSession session,
String topicName)
throws NamingException
session - The topic sessiontopicName - The topic nameNamingException
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||