com.infoengine.administration.property
Class PropertyEntry

java.lang.Object
  extended bycom.infoengine.util.LdapEntry
      extended bycom.infoengine.administration.property.PropertyEntry

public class PropertyEntry
extends LdapEntry


Field Summary
 
Fields inherited from class com.infoengine.util.LdapEntry
 
Constructor Summary
(package private) PropertyEntry(PropertyDirectory pd, Group g)
           
 
Method Summary
private static PropertyEntry[] _findPropertyEntries(PropertyDirectory pd, String filter)
           
(package private) static PropertyEntry[] findPropertyEntries(PropertyDirectory pd, String type)
           
 String getProperty(String propName)
           
(package private) static PropertyEntry[] getPropertyEntries(PropertyDirectory pd, String sn)
           
(package private) static PropertyEntry getPropertyEntry(PropertyDirectory pd, String sn)
           
 String getRuntimeServiceName()
           
 String[] getServiceAddresses()
           
 String getServiceClassName()
           
 String getServiceName()
           
(package private) static PropertyEntry[] listAllPropertyEntries(PropertyDirectory pd)
           
private  String resolvePropName(String propName)
           
 void setProperty(String propName, String propVal)
           
 void setRuntimeServiceName(String sn)
           
 void setServiceClassName(String cls)
           
 void unsetProperty(String propName)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyEntry

PropertyEntry(PropertyDirectory pd,
              Group g)
Method Detail

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)