public class DefaultRouteBeanImpl extends DiameterDescriptorBeanImpl implements DefaultRouteBean, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultRouteBeanImpl.Helper
This helper class contains methods that are used infrequently and
can be easily separated from the bean implementations.
|
static class |
DefaultRouteBeanImpl.SchemaHelper2 |
msg_nullelement_array, msg_nullvalueACTION_LOCAL, ACTION_NONE, ACTION_PROXY, ACTION_REDIRECT, ACTION_RELAY| Constructor and Description |
|---|
DefaultRouteBeanImpl()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=DefaultRouteBeanImpl)
|
DefaultRouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=DefaultRouteBeanImpl)
|
DefaultRouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=DefaultRouteBeanImpl)
|
| 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.DefaultRouteBean 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.DefaultRouteBean Attribute=_validate)
|
String |
getAction()
The default routing action for this node.
|
String[] |
getServers()
The target servers for the default route.
|
protected String |
getTargetNamespace() |
boolean |
isActionInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=isActionInherited)
return true if the value of property Action is inherited from template
|
boolean |
isActionSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=isActionSet)
|
boolean |
isServersInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=isServersInherited)
return true if the value of property Servers is inherited from template
|
boolean |
isServersSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=isServersSet)
|
void |
setAction(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=setAction)
|
void |
setServers(String[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.DefaultRouteBean Attribute=setServers)
|
_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 DefaultRouteBeanImpl()
public DefaultRouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
public DefaultRouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
public String getAction()
getAction in interface DefaultRouteBeanpublic boolean isActionInherited()
public boolean isActionSet()
isActionSet in interface DefaultRouteBeanpublic void setAction(String param0)
setAction in interface DefaultRouteBeanpublic String[] getServers()
getServers in interface DefaultRouteBeanpublic boolean isServersInherited()
public boolean isServersSet()
isServersSet in interface DefaultRouteBeanpublic void setServers(String[] param0)
setServers in interface DefaultRouteBeanpublic 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