com.infoengine.administration.property
Class PropertyEntry
java.lang.Object
com.infoengine.util.LdapEntry
com.infoengine.administration.property.PropertyEntry
- public class PropertyEntry
- extends LdapEntry
Fields inherited from class com.infoengine.util.LdapEntry |
|
Methods inherited from class com.infoengine.util.LdapEntry |
addAttributeValue, addObjectClass, create, createDn, delete, differs, dn2element, dn2element, exists, find, find, find, getAttributeNames, getAttributeValue, getAttributeValues, getCreatedDns, getDn, getElement, getLdapDirectory, getObjectClasses, hasChildren, lookup, lookup, refresh, setAttributeValue, setDn, setElement, setLdapDirectory, toString, update |
PropertyEntry
PropertyEntry(PropertyDirectory pd,
Group g)
getServiceClassName
public String getServiceClassName()
setServiceClassName
public void setServiceClassName(String cls)
getServiceName
public String getServiceName()
getRuntimeServiceName
public String getRuntimeServiceName()
setRuntimeServiceName
public void setRuntimeServiceName(String sn)
getServiceAddresses
public String[] getServiceAddresses()
resolvePropName
private String resolvePropName(String propName)
getProperty
public String getProperty(String propName)
unsetProperty
public void unsetProperty(String propName)
setProperty
public void setProperty(String propName,
String propVal)
getPropertyEntries
static PropertyEntry[] getPropertyEntries(PropertyDirectory pd,
String sn)
getPropertyEntry
static PropertyEntry getPropertyEntry(PropertyDirectory pd,
String sn)
findPropertyEntries
static PropertyEntry[] findPropertyEntries(PropertyDirectory pd,
String type)
listAllPropertyEntries
static PropertyEntry[] listAllPropertyEntries(PropertyDirectory pd)
_findPropertyEntries
private static PropertyEntry[] _findPropertyEntries(PropertyDirectory pd,
String filter)