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, unSetfinalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic 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 ApplicationBeanpublic boolean isClassNameInherited()
public boolean isClassNameSet()
public void setClassName(String param0)
setClassName in interface ApplicationBeanpublic void addParam(ParamBean param0)
public ParamBean[] getParams()
getParams in interface ApplicationBeanpublic boolean isParamsInherited()
public boolean isParamsSet()
isParamsSet in interface ApplicationBeanpublic void removeParam(ParamBean param0)
public void setParams(ParamBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic ParamBean createParam()
createParam in interface ApplicationBeanpublic ParamBean createParam(String param0)
createParam in interface ApplicationBeanpublic ParamBean lookupParam(String param0)
lookupParam in interface ApplicationBeanpublic void destroyParam(ParamBean param0)
destroyParam in interface ApplicationBeanpublic Object _getKey()
_getKey in class DiameterDescriptorBeanImplpublic void _validate()
throws IllegalArgumentException
_validate in class DiameterDescriptorBeanImplIllegalArgumentExceptionprotected void _unSet(int idx)
_unSet in class DiameterDescriptorBeanImplprotected weblogic.descriptor.internal.AbstractDescriptorBeanHelper _createHelper()
_createHelper in class DiameterDescriptorBeanImplpublic boolean _isAnythingSet()
_isAnythingSet in class DiameterDescriptorBeanImplpublic weblogic.descriptor.internal.Munger.SchemaHelper _getSchemaHelper()
_getSchemaHelper in class DiameterDescriptorBeanImplpublic String _getElementName(int propIndex)
_getElementName in class DiameterDescriptorBeanImplprotected String getTargetNamespace()
getTargetNamespace in class DiameterDescriptorBeanImplpublic weblogic.descriptor.internal.SchemaHelper _getSchemaHelper2()
_getSchemaHelper2 in class DiameterDescriptorBeanImpl