public class GigaSpaceQueue extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Queue based on a queue name.| Constructor and Description | 
|---|
GigaSpaceQueue()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
Object | 
getObject()  | 
Class | 
getObjectType()  | 
boolean | 
isSingleton()  | 
void | 
setName(String queueName)
The queue name for this JMS queue. 
 | 
public void setName(String queueName)
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © GigaSpaces.