Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.jndi
Interface JNDIStorableInterface  view JNDIStorableInterface download JNDIStorableInterface.java

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