Package com.sun.enterprise.deployment
Class ConnectorConfigProperty
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.EnvironmentProperty
-
- com.sun.enterprise.deployment.ConnectorConfigProperty
-
- All Implemented Interfaces:
InjectionCapable,ApplicationParam,ContextParameter,EnvironmentEntry,InitializationParameter,NameValuePair,WebDescriptor,Serializable
public class ConnectorConfigProperty extends EnvironmentProperty
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.EnvironmentProperty
lookupName, mappedName
-
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 ConnectorConfigProperty()Construct an connector config-property if type String and empty string value and no description.ConnectorConfigProperty(ConnectorConfigProperty other)copy constructor.ConnectorConfigProperty(EnvironmentProperty other)ConnectorConfigProperty(String name, String value, String description)Construct an connector config-property of given name value and description.ConnectorConfigProperty(String name, String value, String description, String type)Construct an connector config-property of given name value and description and type.ConnectorConfigProperty(String name, String value, String description, String type, boolean ignore, boolean supportsDynamicUpdates, boolean confidential)Construct an connector config-property of given name value and description and type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Returns the String value of this environment propertybooleanisConfidential()booleanisIgnore()booleanisSetConfidentialCalled()booleanisSetIgnoreCalled()booleanisSetSupportsDynamicUpdatesCalled()booleanisSupportsDynamicUpdates()voidsetConfidential(boolean confidential)voidsetIgnore(boolean ignore)voidsetSetConfidentialCalled(boolean setConfidentialCalled)voidsetSetIgnoreCalled(boolean setIgnoreCalled)voidsetSetSupportsDynamicUpdatesCalled(boolean setSupportsDynamicUpdatesCalled)voidsetSupportsDynamicUpdates(boolean supportsDynamicUpdates)-
Methods inherited from class com.sun.enterprise.deployment.EnvironmentProperty
addInjectionTarget, equals, getComponentEnvName, getInjectionTargets, getInjectResourceType, getLookupName, getMappedName, getResolvedValue, getResolvedValueObject, getType, getValueObject, getValueType, hasAValue, hashCode, hasInjectionTargetFromXml, hasLookupName, isConflict, isConflictResourceGroup, isInjectable, isSetValueCalled, print, printInjectableResourceInfo, setInjectResourceType, setLookupName, setMappedName, setType, setValue
-
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, 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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sun.enterprise.deployment.web.NameValuePair
getDescription, getName, setDescription, setName
-
Methods inherited from interface com.sun.enterprise.deployment.web.WebDescriptor
getDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUri
-
-
-
-
Constructor Detail
-
ConnectorConfigProperty
public ConnectorConfigProperty(ConnectorConfigProperty other)
copy constructor.
-
ConnectorConfigProperty
public ConnectorConfigProperty(EnvironmentProperty other)
-
ConnectorConfigProperty
public ConnectorConfigProperty()
Construct an connector config-property if type String and empty string value and no description.
-
ConnectorConfigProperty
public ConnectorConfigProperty(String name, String value, String description)
Construct an connector config-property of given name value and description.
-
ConnectorConfigProperty
public ConnectorConfigProperty(String name, String value, String description, String type)
Construct an connector config-property of given name value and description and type. Throws an IllegalArgumentException if bounds checking is true and the value cannot be reconciled with the given type.
-
ConnectorConfigProperty
public ConnectorConfigProperty(String name, String value, String description, String type, boolean ignore, boolean supportsDynamicUpdates, boolean confidential)
Construct an connector config-property of given name value and description and type. Throws an IllegalArgumentException if bounds checking is true and the value cannot be reconciled with the given type.
-
-
Method Detail
-
isIgnore
public boolean isIgnore()
-
setIgnore
public void setIgnore(boolean ignore)
-
getValue
public String getValue()
Description copied from class:EnvironmentPropertyReturns the String value of this environment property- Specified by:
getValuein interfaceNameValuePair- Overrides:
getValuein classEnvironmentProperty
-
isSupportsDynamicUpdates
public boolean isSupportsDynamicUpdates()
-
setSupportsDynamicUpdates
public void setSupportsDynamicUpdates(boolean supportsDynamicUpdates)
-
isConfidential
public boolean isConfidential()
-
setConfidential
public void setConfidential(boolean confidential)
-
isSetIgnoreCalled
public boolean isSetIgnoreCalled()
-
setSetIgnoreCalled
public void setSetIgnoreCalled(boolean setIgnoreCalled)
-
isSetConfidentialCalled
public boolean isSetConfidentialCalled()
-
setSetConfidentialCalled
public void setSetConfidentialCalled(boolean setConfidentialCalled)
-
isSetSupportsDynamicUpdatesCalled
public boolean isSetSupportsDynamicUpdatesCalled()
-
setSetSupportsDynamicUpdatesCalled
public void setSetSupportsDynamicUpdatesCalled(boolean setSupportsDynamicUpdatesCalled)
-
-