GigaSpaces XAP 9.0 API

org.openspaces.jms
Class GigaSpaceTopic

java.lang.Object
  extended by org.openspaces.jms.GigaSpaceTopic
All Implemented Interfaces:
FactoryBean, InitializingBean

public class GigaSpaceTopic
extends Object
implements FactoryBean, InitializingBean

A Spring factory bean to create GSTopicImpl based on a topic name.

Author:
kimchy

Constructor Summary
GigaSpaceTopic()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setName(String topicName)
          The topic name for this JMS topic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GigaSpaceTopic

public GigaSpaceTopic()
Method Detail

setName

public void setName(String topicName)
The topic name for this JMS topic.


afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface FactoryBean

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.