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

Quick Search    Search Deep

proxy.jmsapi
Class JMSSession  view JMSSession download JMSSession.java

java.lang.Object
  extended byproxy.jmsapi.ProxyStoredObject
      extended byproxy.jmsapi.JMSSession
All Implemented Interfaces:
java.lang.Comparable

public class JMSSession
extends ProxyStoredObject

class encapsulating object of JMS class Session or its subclasses.


Field Summary
 JMSObjectSet list
           a set to which this object belongs
 
Fields inherited from class proxy.jmsapi.ProxyStoredObject
id, mobile, owner, type
 
Constructor Summary
JMSSession(int _owner, int _mobile)
           
 
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
 

Field Detail

list

public JMSObjectSet list

a set to which this object belongs

Constructor Detail

JMSSession

public JMSSession(int _owner,
                  int _mobile)