Package org.apache.activemq.jndi
Interface JNDIStorableInterface
-
- All Superinterfaces:
Referenceable
- All Known Implementing Classes:
ActiveMQConnectionFactory
,ActiveMQConnectionFactory
,ActiveMQDestination
,ActiveMQQueue
,ActiveMQSslConnectionFactory
,ActiveMQTempDestination
,ActiveMQTempQueue
,ActiveMQTempTopic
,ActiveMQTopic
,ActiveMQXAConnectionFactory
,ActiveMQXAConnectionFactory
,ActiveMQXASslConnectionFactory
,AnyDestination
,JcaPooledConnectionFactory
,JNDIBaseStorable
,PooledConnectionFactory
,XaPooledConnectionFactory
public interface JNDIStorableInterface extends Referenceable
Facilitates objects to be stored in JNDI as properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Properties
getProperties()
Get the properties from this instance for storing in JNDIvoid
setProperties(Properties properties)
set the properties for this instance as retrieved from JNDI-
Methods inherited from interface javax.naming.Referenceable
getReference
-
-
-
-
Method Detail
-
setProperties
void setProperties(Properties properties)
set the properties for this instance as retrieved from JNDI- Parameters:
properties
-
-
getProperties
Properties getProperties()
Get the properties from this instance for storing in JNDI- Returns:
- the properties that should be stored in JNDI
-
-