|
|||||||||
| Home >> All >> org >> activemq >> [ jndi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.jndi
Interface JNDIStorableInterface

- All Superinterfaces:
- javax.naming.Referenceable
- All Known Implementing Classes:
- 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
public void setProperties(java.util.Properties properties)
- set the properties for this instance as retrieved from JNDI
getProperties
public java.util.Properties getProperties()
- Get the properties from this instance for storing in JNDI
|
|||||||||
| Home >> All >> org >> activemq >> [ jndi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC