Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

proxy.jmsapi
Class JMSConnection  view JMSConnection download JMSConnection.java

java.lang.Object
  extended byproxy.jmsapi.ProxyStoredObject
      extended byproxy.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