org.openspaces.jms
Class GigaSpaceQueue
java.lang.Object
  
org.openspaces.jms.GigaSpaceQueue
- All Implemented Interfaces: 
 - FactoryBean, InitializingBean
 
public class GigaSpaceQueue
- extends Object
- implements FactoryBean, InitializingBean
  
A Spring factory bean to create GSQueueImpl based on
 a queue name.
- Author:
 
  - kimchy
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GigaSpaceQueue
public GigaSpaceQueue()
setName
public void setName(String queueName)
- The queue name for this JMS queue.
 
 
 
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
 
 
Copyright © GigaSpaces.