|
|||||||||
| Home >> All >> proxy >> [ jmsapi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
proxy.jmsapi
Class JMSConnection

java.lang.Objectproxy.jmsapi.ProxyStoredObject
proxy.jmsapi.JMSConnection
- All Implemented Interfaces:
- java.lang.Comparable
- public class JMSConnection
- extends ProxyStoredObject
class used to store created JMSConnection objects
| Field Summary |
| Fields inherited from class proxy.jmsapi.ProxyStoredObject |
id, mobile, owner, type |
| Constructor Summary | |
JMSConnection(int _owner,
int _mobile)
|
|
| Method Summary | |
javax.jms.Session |
createSession(boolean _transacted,
int _ackMode)
|
| Methods inherited from class proxy.jmsapi.ProxyStoredObject |
compare, compareTo, getNextId, getObj, setObj |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
JMSConnection
public JMSConnection(int _owner,
int _mobile)
| Method Detail |
createSession
public javax.jms.Session createSession(boolean _transacted, int _ackMode) throws javax.jms.JMSException
|
|||||||||
| Home >> All >> proxy >> [ jmsapi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC