Package com.sun.enterprise.deployment
Class AdminObject
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.AdminObject
-
- All Implemented Interfaces:
Serializable
public class AdminObject extends Descriptor
- Author:
- Qingqing Ouyang, Sheetal Vartak
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
-
Constructor Summary
Constructors Constructor Description AdminObject()AdminObject(String theInterface, String theClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfigProperty(ConnectorConfigProperty configProperty)Add a configProperty to the setStringgetAdminObjectClass()StringgetAdminObjectInterface()SetgetConfigProperties()Set of EnvironmentPropertyvoidremoveConfigProperty(ConnectorConfigProperty configProperty)Add a configProperty to the setvoidsetAdminObjectClass(String cl)voidsetAdminObjectInterface(String intf)-
Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
getAdminObjectInterface
public String getAdminObjectInterface()
-
setAdminObjectInterface
public void setAdminObjectInterface(String intf)
-
getAdminObjectClass
public String getAdminObjectClass()
-
setAdminObjectClass
public void setAdminObjectClass(String cl)
-
getConfigProperties
public Set getConfigProperties()
Set of EnvironmentProperty
-
addConfigProperty
public void addConfigProperty(ConnectorConfigProperty configProperty)
Add a configProperty to the set
-
removeConfigProperty
public void removeConfigProperty(ConnectorConfigProperty configProperty)
Add a configProperty to the set
-
-