GigaSpaces XAP 10.0.1 API

org.openspaces.jms
Class GigaSpaceQueue

java.lang.Object
  extended by 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

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

Constructor Detail

GigaSpaceQueue

public GigaSpaceQueue()
Method Detail

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

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.