com.sun.genericra.outbound
Class TopicProxy

java.lang.Object
  extended by com.sun.genericra.GenericJMSRAProperties
      extended by com.sun.genericra.outbound.DestinationAdapter
          extended by com.sun.genericra.outbound.TopicProxy
All Implemented Interfaces:
java.io.Serializable, javax.jms.Destination, javax.jms.Topic, javax.resource.spi.ResourceAdapterAssociation

public class TopicProxy
extends DestinationAdapter
implements javax.jms.Topic

Topic Wrapper

Author:
Sivakumar Thyagarajan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.genericra.GenericJMSRAProperties
ONE_PER_PHYSICALCONNECTION, PROVIDER_MANAGED
 
Constructor Summary
TopicProxy()
           
 
Method Summary
 java.lang.String getTopicName()
           
 
Methods inherited from class com.sun.genericra.outbound.DestinationAdapter
_getPhysicalDestination, getDestinationJndiName, getDestinationProperties, setDestinationJndiName, setDestinationProperties, toString
 
Methods inherited from class com.sun.genericra.GenericJMSRAProperties
equals, getCommonSetterMethodName, getConnectionFactoryClassName, getConnectionFactoryProperties, getJndiProperties, getPassword, getProviderIntegrationMode, getQueueClassName, getQueueConnectionFactoryClassName, getResourceAdapter, getRMPolicy, getSupportsXA, getTopicClassName, getTopicConnectionFactoryClassName, getUserName, getXAConnectionFactoryClassName, getXAQueueConnectionFactoryClassName, getXATopicConnectionFactoryClassName, hashCode, setCommonSetterMethodName, setConnectionFactoryClassName, setConnectionFactoryProperties, setJndiProperties, setPassword, setProviderIntegrationMode, setQueueClassName, setQueueConnectionFactoryClassName, setResourceAdapter, setRMPolicy, setSupportsXA, setTopicClassName, setTopicConnectionFactoryClassName, setUserName, setXAConnectionFactoryClassName, setXAQueueConnectionFactoryClassName, setXATopicConnectionFactoryClassName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.Topic
toString
 

Constructor Detail

TopicProxy

public TopicProxy()
Method Detail

getTopicName

public java.lang.String getTopicName()
                              throws javax.jms.JMSException
Specified by:
getTopicName in interface javax.jms.Topic
Throws:
javax.jms.JMSException