org.apache.activemq.jndi
Interface JNDIStorableInterface

All Superinterfaces:
javax.naming.Referenceable
All Known Implementing Classes:
ActiveMQConnectionFactory, ActiveMQConnectionFactory, ActiveMQDestination, ActiveMQQueue, ActiveMQSslConnectionFactory, ActiveMQTempDestination, ActiveMQTempQueue, ActiveMQTempTopic, ActiveMQTopic, ActiveMQXAConnectionFactory, ActiveMQXAConnectionFactory, JNDIBaseStorable

public interface JNDIStorableInterface
extends javax.naming.Referenceable

Faciliates objects to be stored in JNDI as properties


Method Summary
 java.util.Properties getProperties()
          Get the properties from this instance for storing in JNDI
 void setProperties(java.util.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(java.util.Properties properties)
set the properties for this instance as retrieved from JNDI

Parameters:
properties -

getProperties

java.util.Properties getProperties()
Get the properties from this instance for storing in JNDI

Returns:


Copyright © 2009 Apache Software Foundation. All Rights Reserved.