com.arjuna.common.util.propertyservice.propertycontainer
Interface PropertyManagerPluginInterface

All Superinterfaces:
PropertyManager

public interface PropertyManagerPluginInterface
extends PropertyManager


Method Summary
 java.lang.String getIOPluginClassname()
          Get the IO plugin classname associated with this property manager.
 java.util.Properties getLocalProperties()
          Get the properties stored in this property manager only.
 java.lang.String getName()
           
 java.lang.String getUri()
          Retrieves the URI associated with this property manager
 void setIOPluginClassname(java.lang.String classname)
          Set the IO plugin classname associated with this property manager.
 void setUri(java.lang.String uri)
          Set the URI associated with this property manager
 
Methods inherited from interface com.arjuna.common.util.propertyservice.PropertyManager
addManagementPlugin, getProperties, getProperty, getProperty, load, propertyNames, removeProperty, save, setProperty, setProperty, verbose
 

Method Detail

getName

java.lang.String getName()

getLocalProperties

java.util.Properties getLocalProperties()
Get the properties stored in this property manager only.

Returns:
the properties

getUri

java.lang.String getUri()
Retrieves the URI associated with this property manager

Returns:
the URI

setUri

void setUri(java.lang.String uri)
Set the URI associated with this property manager

Parameters:
uri - the URI

getIOPluginClassname

java.lang.String getIOPluginClassname()
Get the IO plugin classname associated with this property manager.

Returns:
the plugin classname

setIOPluginClassname

void setIOPluginClassname(java.lang.String classname)
Set the IO plugin classname associated with this property manager.

Parameters:
classname - the plugin classname