proxy.jmsapi
Class ProxyStoredObjectType

java.lang.Object
proxy.jmsapi.ProxyStoredObjectType
- Direct Known Subclasses:
- JMSObjectManager
- public class ProxyStoredObjectType
- extends java.lang.Object
interface containig constants used to recognise
object's type
|
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 |
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
ProxyStoredObjectType
public ProxyStoredObjectType()
QUEUE_
public int QUEUE_(int _const)
TOPIC_
public int TOPIC_(int _const)