public class RouteBeanImpl extends DiameterDescriptorBeanImpl implements RouteBean, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RouteBeanImpl.Helper
This helper class contains methods that are used infrequently and
can be easily separated from the bean implementations.
|
static class |
RouteBeanImpl.SchemaHelper2 |
msg_nullelement_array, msg_nullvalueACTION_LOCAL, ACTION_NONE, ACTION_PROXY, ACTION_REDIRECT, ACTION_RELAY| Constructor and Description |
|---|
RouteBeanImpl()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=RouteBeanImpl)
|
RouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=RouteBeanImpl)
|
RouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=RouteBeanImpl)
|
| 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.RouteBean 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.RouteBean Attribute=_validate)
|
String |
getAction()
The action type used with this route.
|
int |
getApplicationId()
The target application ID for the route.
|
String |
getRealm()
The target realm.
|
String[] |
getServers()
One or more target servers.
|
protected String |
getTargetNamespace() |
boolean |
isActionInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isActionInherited)
return true if the value of property Action is inherited from template
|
boolean |
isActionSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isActionSet)
|
boolean |
isApplicationIdInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isApplicationIdInherited)
return true if the value of property ApplicationId is inherited from template
|
boolean |
isApplicationIdSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isApplicationIdSet)
|
boolean |
isRealmInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isRealmInherited)
return true if the value of property Realm is inherited from template
|
boolean |
isRealmSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isRealmSet)
|
boolean |
isServersInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isServersInherited)
return true if the value of property Servers is inherited from template
|
boolean |
isServersSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=isServersSet)
|
void |
setAction(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=setAction)
|
void |
setApplicationId(int param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=setApplicationId)
|
void |
setRealm(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean Attribute=setRealm)
|
void |
setServers(String[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.RouteBean 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 RouteBeanImpl()
public RouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
public RouteBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
public String getRealm()
public boolean isRealmInherited()
public boolean isRealmSet()
isRealmSet in interface RouteBeanpublic void setRealm(String param0)
public int getApplicationId()
getApplicationId in interface RouteBeanpublic boolean isApplicationIdInherited()
public boolean isApplicationIdSet()
isApplicationIdSet in interface RouteBeanpublic void setApplicationId(int param0)
setApplicationId in interface RouteBeanpublic String getAction()
public boolean isActionInherited()
public boolean isActionSet()
isActionSet in interface RouteBeanpublic void setAction(String param0)
public String[] getServers()
getServers in interface RouteBeanpublic boolean isServersInherited()
public boolean isServersSet()
isServersSet in interface RouteBeanpublic void setServers(String[] param0)
setServers in interface RouteBeanpublic 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