|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wim.ConfigHelper
public class ConfigHelper
Config related utility methods for SPI(adapter)/Plugin providers.
Constructor Summary | |
---|---|
ConfigHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getConfigXMLFilePath()
Returns the full path of the configuration XML file. |
static java.util.Map |
getEntityRDNs()
Returns the Map containing entity type as the key and a java.util.List of Relative Distinguished Name(RDN) properties as the value. |
static java.util.List |
getRDNProperties(java.lang.String entityType)
Returns the configured RDN properties of an supporting entity type. |
static java.util.List |
getSupportedEntityTypes()
Returns the entity types which are configured in virtual member manager. |
static boolean |
isRDNProperty(java.lang.String type,
java.lang.String propName)
Returns true if the property name is a Relative Distinguished Name(RDN) property of the entity type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigHelper()
Method Detail |
---|
public static java.util.List getSupportedEntityTypes()
public static java.util.Map getEntityRDNs()
public static java.util.List getRDNProperties(java.lang.String entityType)
entityType
- supporting entity type name.public static boolean isRDNProperty(java.lang.String type, java.lang.String propName)
type
- entity type.propName
- property name.public static java.lang.String getConfigXMLFilePath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |