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

Quick Search    Search Deep

proxy.jmsapi
Class ProxyStoredObjectType  view ProxyStoredObjectType download ProxyStoredObjectType.java

java.lang.Object
  extended byproxy.jmsapi.ProxyStoredObjectType
Direct Known Subclasses:
JMSObjectManager

public class ProxyStoredObjectType
extends java.lang.Object

interface containig constants used to recognise object's type


Field Summary
 int CONNECTION
           
 int CONNECTION_FACTORY
           
 int CONSUMER
           
 int JNDIOBJECT
           
 int MESSAGE
           
 int PRODUCER
           
 int QUEUE
           
 int SESSION
           
 int TEMPRORARY
           
 int TOPIC
           
 
Constructor Summary
ProxyStoredObjectType()
           
 
Method Summary
 int QUEUE_(int _const)
           
 int TOPIC_(int _const)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC

public final int TOPIC
See Also:
Constant Field Values

QUEUE

public final int QUEUE
See Also:
Constant Field Values

CONNECTION_FACTORY

public final int CONNECTION_FACTORY
See Also:
Constant Field Values

CONNECTION

public final int CONNECTION
See Also:
Constant Field Values

CONSUMER

public final int CONSUMER
See Also:
Constant Field Values

PRODUCER

public final int PRODUCER
See Also:
Constant Field Values

SESSION

public final int SESSION
See Also:
Constant Field Values

JNDIOBJECT

public final int JNDIOBJECT
See Also:
Constant Field Values

MESSAGE

public final int MESSAGE
See Also:
Constant Field Values

TEMPRORARY

public final int TEMPRORARY
See Also:
Constant Field Values
Constructor Detail

ProxyStoredObjectType

public ProxyStoredObjectType()
Method Detail

QUEUE_

public int QUEUE_(int _const)

TOPIC_

public int TOPIC_(int _const)