public class JNDIObject extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GlobalPropertyListName |
| Constructor and Description |
|---|
JNDIObject(JNDIObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyList(PropertyList propertyList) |
PropertyList |
getGlobalPropertyList() |
String |
getJNDIName() |
String |
getKey() |
PropertyList |
getPropertyList(String name) |
JNDIObjectType |
getType() |
String |
getVpnName() |
void |
setJNDIName(String name) |
void |
setVpnName(String vpnName) |
String |
toString() |
public static final String GlobalPropertyListName
public JNDIObject(JNDIObjectType type)
public String getKey()
public void setJNDIName(String name)
public String getJNDIName()
public JNDIObjectType getType()
public String getVpnName()
public void setVpnName(String vpnName)
public void addPropertyList(PropertyList propertyList)
public PropertyList getGlobalPropertyList()
public PropertyList getPropertyList(String name)
Copyright 2004-2020 Solace Corporation. All rights reserved.