|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyManagerPluginInterface
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 |
---|
java.lang.String getName()
java.util.Properties getLocalProperties()
java.lang.String getUri()
void setUri(java.lang.String uri)
uri
- the URIjava.lang.String getIOPluginClassname()
void setIOPluginClassname(java.lang.String classname)
classname
- the plugin classname
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |