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

Quick Search    Search Deep

proxy.jmsapi
Class JMSConnectionFactory  view JMSConnectionFactory download JMSConnectionFactory.java

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

public class JMSConnectionFactory
extends ProxyStoredObject

class of object that stores a JMS ConnectionFactory object on the proxy server


Field Summary
 JMSObjectSet list
           list to which this object belong to
 
Fields inherited from class proxy.jmsapi.ProxyStoredObject
id, mobile, owner, type
 
Constructor Summary
JMSConnectionFactory(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

list to which this object belong to

Constructor Detail

JMSConnectionFactory

public JMSConnectionFactory(int _owner,
                            int _mobile)