org.jboss.jms.destination
Class JBossDestination

java.lang.Object
  extended byorg.jboss.jms.destination.JBossDestination
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JBossQueue, JBossTopic

public abstract class JBossDestination
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1019 $ $Id: JBossDestination.java 1019 2006-07-17 17:15:04Z timfox $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
JBossDestination(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 javax.naming.Reference getReference()
           
 int hashCode()
           
abstract  boolean isQueue()
           
 boolean isTemporary()
           
abstract  boolean isTopic()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

JBossDestination

public JBossDestination(java.lang.String name)
Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getName

public java.lang.String getName()

isTopic

public abstract boolean isTopic()

isQueue

public abstract boolean isQueue()

isTemporary

public boolean isTemporary()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2006 JBoss Inc. All Rights Reserved.