public class ApplicationBeanImpl extends DiameterDescriptorBeanImpl implements ApplicationBean, Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
ApplicationBeanImpl.Helper
This helper class contains methods that are used infrequently and
can be easily separated from the bean implementations.
|
static class |
ApplicationBeanImpl.SchemaHelper2 |
Constructor and Description |
---|
ApplicationBeanImpl()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=ApplicationBeanImpl)
|
ApplicationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=ApplicationBeanImpl)
|
ApplicationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=ApplicationBeanImpl)
|
Modifier and Type | Method and Description |
---|---|
protected weblogic.descriptor.internal.AbstractDescriptorBeanHelper |
_createHelper() |
String |
_getElementName(int propIndex) |
Object |
_getKey()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=_getKey)
|
weblogic.descriptor.internal.Munger.SchemaHelper |
_getSchemaHelper() |
weblogic.descriptor.internal.SchemaHelper |
_getSchemaHelper2() |
boolean |
_isAnythingSet() |
protected void |
_unSet(int idx) |
void |
_validate()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=_validate)
|
void |
addParam(ParamBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=addParam)
|
ParamBean |
createParam()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=createParam)
|
ParamBean |
createParam(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=createParam)
|
void |
destroyParam(ParamBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=destroyParam)
|
String |
getClassName()
The application class file to load.
|
ParamBean[] |
getParams()
One or more optional parameters to pass to the application class.
|
protected String |
getTargetNamespace() |
boolean |
isClassNameInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=isClassNameInherited)
return true if the value of property ClassName is inherited from template
|
boolean |
isClassNameSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=isClassNameSet)
|
boolean |
isParamsInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=isParamsInherited)
return true if the value of property Params is inherited from template
|
boolean |
isParamsSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=isParamsSet)
|
ParamBean |
lookupParam(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=lookupParam)
|
void |
removeParam(ParamBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=removeParam)
|
void |
setClassName(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=setClassName)
|
void |
setParams(ParamBean[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ApplicationBean Attribute=setParams)
|
_hasKey, _isPropertyAKey, getName, isNameInherited, isNameSet, setName
_checkIsPotentialChild, _cloneIncludingObsolete, _cloneInternal, _conditionalUnset, _copyProperties, _createChildBean, _createCopy, _decrypt, _destroySingleton, _encrypt, _getAlreadySetPropertyNames, _getBeanElementName, _getBeanKey, _getElementName, _getHelper, _getParentReaderEvent, _getPropertyIndex, _getPropertyName, _getPropertyXpath, _getQualifiedKey, _getQualifiedName, _getQualifiedName, _getReferenceManager, _initializeRootBean, _isAnythingSet, _isChildPropertyAKey, _isClone, _isConfigurationExtension, _isEncrypted, _isProductionModeEnabled, _isPropertyAdditive, _isPropertyASingleton, _isSecureModeEnabled, _isSet, _isSynthetic, _isTransient, _markDestroyed, _markSet, _performMacroSubstitution, _postCreate, _postCreate, _postSet, _postSet, _postSet, _postSet, _postSet, _postSetFirePropertyChange, _postSetFirePropertyChange, _postSetFirePropertyChange, _postSetFirePropertyChange, _postSetFirePropertyChange, _preDestroy, _preDestroy, _setElementName, _setParent, _setSynthetic, _setTransient, _unSet, _untransient, _validate, accept, addBeanUpdateListener, addPropertyChangeListener, addXMLComments, clone, clone, computeDiff, createChildCopy, createChildCopyIncludingObsolete, createObject, equals, findByQualifiedName, getDescriptor, getHashValue, getInheritedProperties, getInstanceId, getMetaData, getParentBean, getSchemaLocation, getXMLComments, hashCode, inferSubTree, inferSubTree, isChildProperty, isEditable, isInherited, isSet, listPropertyChangeListeners, markSet, removeBeanUpdateListener, removePropertyChangeListener, setInstanceId, setMetaData, toString, unSet
finalize, getClass, notify, notifyAll, wait, wait, wait
getName, setName
public ApplicationBeanImpl()
public ApplicationBeanImpl(weblogic.descriptor.DescriptorBean param0, int param1)
public ApplicationBeanImpl(weblogic.descriptor.DescriptorBean param0, int param1, boolean param2)
public String getClassName()
getClassName
in interface ApplicationBean
public boolean isClassNameInherited()
public boolean isClassNameSet()
public void setClassName(String param0)
setClassName
in interface ApplicationBean
public void addParam(ParamBean param0)
public ParamBean[] getParams()
getParams
in interface ApplicationBean
public boolean isParamsInherited()
public boolean isParamsSet()
isParamsSet
in interface ApplicationBean
public void removeParam(ParamBean param0)
public void setParams(ParamBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public ParamBean createParam()
createParam
in interface ApplicationBean
public ParamBean createParam(String param0)
createParam
in interface ApplicationBean
public ParamBean lookupParam(String param0)
lookupParam
in interface ApplicationBean
public void destroyParam(ParamBean param0)
destroyParam
in interface ApplicationBean
public Object _getKey()
_getKey
in class DiameterDescriptorBeanImpl
public void _validate() throws IllegalArgumentException
_validate
in class DiameterDescriptorBeanImpl
IllegalArgumentException
protected void _unSet(int idx)
_unSet
in class DiameterDescriptorBeanImpl
protected weblogic.descriptor.internal.AbstractDescriptorBeanHelper _createHelper()
_createHelper
in class DiameterDescriptorBeanImpl
public boolean _isAnythingSet()
_isAnythingSet
in class DiameterDescriptorBeanImpl
public weblogic.descriptor.internal.Munger.SchemaHelper _getSchemaHelper()
_getSchemaHelper
in class DiameterDescriptorBeanImpl
public String _getElementName(int propIndex)
_getElementName
in class DiameterDescriptorBeanImpl
protected String getTargetNamespace()
getTargetNamespace
in class DiameterDescriptorBeanImpl
public weblogic.descriptor.internal.SchemaHelper _getSchemaHelper2()
_getSchemaHelper2
in class DiameterDescriptorBeanImpl