public class ConfigurationBeanImpl extends DiameterDescriptorBeanImpl implements ConfigurationBean, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConfigurationBeanImpl.Helper
This helper class contains methods that are used infrequently and
can be easily separated from the bean implementations.
|
static class |
ConfigurationBeanImpl.SchemaHelper2 |
msg_nullelement_array, msg_nullvalueDEFAULT_CONFIGURATION_NAME| Constructor and Description |
|---|
ConfigurationBeanImpl()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=ConfigurationBeanImpl)
|
ConfigurationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=ConfigurationBeanImpl)
|
ConfigurationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=ConfigurationBeanImpl)
|
| 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.ConfigurationBean 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.ConfigurationBean Attribute=_validate)
|
void |
addApplication(ApplicationBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=addApplication)
|
void |
addPeer(PeerBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=addPeer)
|
void |
addRoute(RouteBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=addRoute)
|
ApplicationBean |
createApplication(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createApplication)
|
DefaultRouteBean |
createDefaultRoute()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createDefaultRoute)
|
MessageDebugBean |
createMessageDebug()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createMessageDebug)
|
PeerBean |
createPeer()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createPeer)
|
PeerBean |
createPeer(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createPeer)
|
RouteBean |
createRoute()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createRoute)
|
RouteBean |
createRoute(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=createRoute)
|
void |
destroyApplication(ApplicationBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=destroyApplication)
|
void |
destroyDefaultRoute(DefaultRouteBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=destroyDefaultRoute)
|
void |
destroyMessageDebug(MessageDebugBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=destroyMessageDebug)
|
void |
destroyPeer(PeerBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=destroyPeer)
|
void |
destroyRoute(RouteBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=destroyRoute)
|
String |
getAddress()
The DNS name or IP address of the node.
|
boolean |
getAllowDynamicPeers()
Specifies whether dynamic peers are permitted.
|
ApplicationBean[] |
getApplications()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=getApplications)
|
boolean |
getDebugEnabled()
Specifies whether debug messages are enabled.
|
DefaultRouteBean |
getDefaultRoute()
The route used when a request does not match a configured route.
|
String |
getHost()
The host identity.
|
boolean |
getIncludeOriginStateId()
Specified whether Origin-State-Id AVP is included in each request.
|
String |
getKeystoreId()
Specifies whether keystore is provisioned.
|
int |
getMaxRequestAttempts()
The number of times to try a request before giving up.
|
MessageDebugBean |
getMessageDebug()
Diameter Specific MessageDebugBean used to configure message logging.
|
boolean |
getMessageDebugEnabled()
Specifies whether diameter message tracing is enabled.
|
String |
getName()
The alphanumeric name of this node configuration.
|
int |
getPeerRetryDelay()
The number of seconds between retries to peer nodes.
|
PeerBean[] |
getPeers()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=getPeers)
|
int |
getPort()
The listen port of the node.
|
String |
getRealm()
The realm name for which the node is responsible.
|
long |
getRequestTimeout()
The number of milliseconds to wait for an answer before timing out.
|
RouteBean[] |
getRoutes()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=getRoutes)
|
boolean |
getSctpEnabled()
Specifies whether SCTP is enabled.
|
Integer[] |
getSupportedVendorIds()
Provision Supported-Vendor-Id for undefined AVPs.
|
protected String |
getTargetNamespace() |
String[] |
getTargets()
The list of targets for this node.
|
boolean |
getTlsEnabled()
Specifies whether TLS is enabled.
|
String |
getTruststoreId()
Specifies whether password is provisioned.
|
int |
getWatchdogTimeout()
The number of seconds for the Diameter Tw watchdog timer.
|
boolean |
isAddressInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isAddressInherited)
return true if the value of property Address is inherited from template
|
boolean |
isAddressSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isAddressSet)
|
boolean |
isAllowDynamicPeersInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isAllowDynamicPeersInherited)
return true if the value of property AllowDynamicPeers is inherited from template
|
boolean |
isAllowDynamicPeersSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isAllowDynamicPeersSet)
|
boolean |
isApplicationsInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isApplicationsInherited)
return true if the value of property Applications is inherited from template
|
boolean |
isApplicationsSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isApplicationsSet)
|
boolean |
isDebugEnabledInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isDebugEnabledInherited)
return true if the value of property DebugEnabled is inherited from template
|
boolean |
isDebugEnabledSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isDebugEnabledSet)
|
boolean |
isDefaultRouteInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isDefaultRouteInherited)
return true if the value of property DefaultRoute is inherited from template
|
boolean |
isDefaultRouteSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isDefaultRouteSet)
|
boolean |
isHostInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isHostInherited)
return true if the value of property Host is inherited from template
|
boolean |
isHostSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isHostSet)
|
boolean |
isIncludeOriginStateIdInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isIncludeOriginStateIdInherited)
return true if the value of property IncludeOriginStateId is inherited from template
|
boolean |
isIncludeOriginStateIdSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isIncludeOriginStateIdSet)
|
boolean |
isKeystoreIdInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isKeystoreIdInherited)
return true if the value of property KeystoreId is inherited from template
|
boolean |
isKeystoreIdSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isKeystoreIdSet)
|
boolean |
isMaxRequestAttemptsInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMaxRequestAttemptsInherited)
return true if the value of property MaxRequestAttempts is inherited from template
|
boolean |
isMaxRequestAttemptsSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMaxRequestAttemptsSet)
|
boolean |
isMessageDebugEnabledInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMessageDebugEnabledInherited)
return true if the value of property MessageDebugEnabled is inherited from template
|
boolean |
isMessageDebugEnabledSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMessageDebugEnabledSet)
|
boolean |
isMessageDebugInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMessageDebugInherited)
return true if the value of property MessageDebug is inherited from template
|
boolean |
isMessageDebugSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isMessageDebugSet)
|
boolean |
isNameInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isNameInherited)
return true if the value of property Name is inherited from template
|
boolean |
isNameSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isNameSet)
|
boolean |
isPeerRetryDelayInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPeerRetryDelayInherited)
return true if the value of property PeerRetryDelay is inherited from template
|
boolean |
isPeerRetryDelaySet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPeerRetryDelaySet)
|
boolean |
isPeersInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPeersInherited)
return true if the value of property Peers is inherited from template
|
boolean |
isPeersSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPeersSet)
|
boolean |
isPortInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPortInherited)
return true if the value of property Port is inherited from template
|
boolean |
isPortSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isPortSet)
|
boolean |
isRealmInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRealmInherited)
return true if the value of property Realm is inherited from template
|
boolean |
isRealmSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRealmSet)
|
boolean |
isRequestTimeoutInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRequestTimeoutInherited)
return true if the value of property RequestTimeout is inherited from template
|
boolean |
isRequestTimeoutSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRequestTimeoutSet)
|
boolean |
isRoutesInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRoutesInherited)
return true if the value of property Routes is inherited from template
|
boolean |
isRoutesSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isRoutesSet)
|
boolean |
isSctpEnabledInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isSctpEnabledInherited)
return true if the value of property SctpEnabled is inherited from template
|
boolean |
isSctpEnabledSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isSctpEnabledSet)
|
boolean |
isSupportedVendorIdsInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isSupportedVendorIdsInherited)
return true if the value of property SupportedVendorIds is inherited from template
|
boolean |
isSupportedVendorIdsSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isSupportedVendorIdsSet)
|
boolean |
isTargetsInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTargetsInherited)
return true if the value of property Targets is inherited from template
|
boolean |
isTargetsSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTargetsSet)
|
boolean |
isTlsEnabledInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTlsEnabledInherited)
return true if the value of property TlsEnabled is inherited from template
|
boolean |
isTlsEnabledSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTlsEnabledSet)
|
boolean |
isTruststoreIdInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTruststoreIdInherited)
return true if the value of property TruststoreId is inherited from template
|
boolean |
isTruststoreIdSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isTruststoreIdSet)
|
boolean |
isWatchdogTimeoutInherited()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isWatchdogTimeoutInherited)
return true if the value of property WatchdogTimeout is inherited from template
|
boolean |
isWatchdogTimeoutSet()
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=isWatchdogTimeoutSet)
|
void |
removeApplication(ApplicationBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=removeApplication)
|
void |
removePeer(PeerBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=removePeer)
|
void |
removeRoute(RouteBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=removeRoute)
|
void |
setAddress(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setAddress)
|
void |
setAllowDynamicPeers(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setAllowDynamicPeers)
|
void |
setApplications(ApplicationBean[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setApplications)
|
void |
setDebugEnabled(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setDebugEnabled)
|
void |
setDefaultRoute(DefaultRouteBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setDefaultRoute)
|
void |
setHost(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setHost)
|
void |
setIncludeOriginStateId(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setIncludeOriginStateId)
|
void |
setKeystoreId(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setKeystoreId)
|
void |
setMaxRequestAttempts(int param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setMaxRequestAttempts)
|
void |
setMessageDebug(MessageDebugBean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setMessageDebug)
|
void |
setMessageDebugEnabled(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setMessageDebugEnabled)
|
void |
setName(String param0)
Sets the value of the Name attribute.
|
void |
setPeerRetryDelay(int param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setPeerRetryDelay)
|
void |
setPeers(PeerBean[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setPeers)
|
void |
setPort(int param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setPort)
|
void |
setRealm(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setRealm)
|
void |
setRequestTimeout(long param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setRequestTimeout)
|
void |
setRoutes(RouteBean[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setRoutes)
|
void |
setSctpEnabled(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setSctpEnabled)
|
void |
setSupportedVendorIds(Integer[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setSupportedVendorIds)
|
void |
setTargets(String[] param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setTargets)
|
void |
setTlsEnabled(boolean param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setTlsEnabled)
|
void |
setTruststoreId(String param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setTruststoreId)
|
void |
setWatchdogTimeout(int param0)
(Interface=com.bea.wcp.diameter.management.descriptor.beans.ConfigurationBean Attribute=setWatchdogTimeout)
|
_hasKey, _isPropertyAKey_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, waitpublic ConfigurationBeanImpl()
public ConfigurationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1)
public ConfigurationBeanImpl(weblogic.descriptor.DescriptorBean param0,
int param1,
boolean param2)
public String getName()
getName in interface ConfigurationBeangetName in interface DiameterDescriptorBeangetName in class DiameterDescriptorBeanImplpublic boolean isNameInherited()
isNameInherited in class DiameterDescriptorBeanImplpublic boolean isNameSet()
isNameSet in class DiameterDescriptorBeanImplpublic String[] getTargets()
getTargets in interface ConfigurationBeanpublic boolean isTargetsInherited()
public boolean isTargetsSet()
isTargetsSet in interface ConfigurationBeanpublic void setName(String param0)
setName in interface DiameterDescriptorBeansetName in class DiameterDescriptorBeanImplDiameterDescriptorBean.getName()public void setTargets(String[] param0)
setTargets in interface ConfigurationBeanpublic String getHost()
getHost in interface ConfigurationBeanpublic boolean isHostInherited()
public boolean isHostSet()
isHostSet in interface ConfigurationBeanpublic void setHost(String param0)
setHost in interface ConfigurationBeanpublic String getRealm()
getRealm in interface ConfigurationBeanpublic boolean isRealmInherited()
public boolean isRealmSet()
isRealmSet in interface ConfigurationBeanpublic void setRealm(String param0)
setRealm in interface ConfigurationBeanpublic String getAddress()
getAddress in interface ConfigurationBeanpublic boolean isAddressInherited()
public boolean isAddressSet()
isAddressSet in interface ConfigurationBeanpublic void setAddress(String param0)
setAddress in interface ConfigurationBeanpublic int getPort()
getPort in interface ConfigurationBeanpublic boolean isPortInherited()
public boolean isPortSet()
isPortSet in interface ConfigurationBeanpublic void setPort(int param0)
setPort in interface ConfigurationBeanpublic boolean getTlsEnabled()
getTlsEnabled in interface ConfigurationBeanpublic boolean isTlsEnabledInherited()
public boolean isTlsEnabledSet()
isTlsEnabledSet in interface ConfigurationBeanpublic void setTlsEnabled(boolean param0)
setTlsEnabled in interface ConfigurationBeanpublic boolean getSctpEnabled()
getSctpEnabled in interface ConfigurationBeanpublic boolean isSctpEnabledInherited()
public boolean isSctpEnabledSet()
isSctpEnabledSet in interface ConfigurationBeanpublic void setSctpEnabled(boolean param0)
setSctpEnabled in interface ConfigurationBeanpublic boolean getDebugEnabled()
getDebugEnabled in interface ConfigurationBeanpublic boolean isDebugEnabledInherited()
public boolean isDebugEnabledSet()
isDebugEnabledSet in interface ConfigurationBeanpublic void setDebugEnabled(boolean param0)
setDebugEnabled in interface ConfigurationBeanpublic boolean getMessageDebugEnabled()
getMessageDebugEnabled in interface ConfigurationBeanpublic boolean isMessageDebugEnabledInherited()
public boolean isMessageDebugEnabledSet()
isMessageDebugEnabledSet in interface ConfigurationBeanpublic void setMessageDebugEnabled(boolean param0)
setMessageDebugEnabled in interface ConfigurationBeanpublic MessageDebugBean getMessageDebug()
getMessageDebug in interface ConfigurationBeanpublic boolean isMessageDebugInherited()
public boolean isMessageDebugSet()
isMessageDebugSet in interface ConfigurationBeanpublic void setMessageDebug(MessageDebugBean param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic MessageDebugBean createMessageDebug()
createMessageDebug in interface ConfigurationBeanpublic void destroyMessageDebug(MessageDebugBean param0)
destroyMessageDebug in interface ConfigurationBeanpublic void addApplication(ApplicationBean param0)
public ApplicationBean[] getApplications()
getApplications in interface ConfigurationBeanpublic boolean isApplicationsInherited()
public boolean isApplicationsSet()
isApplicationsSet in interface ConfigurationBeanpublic void removeApplication(ApplicationBean param0)
public void setApplications(ApplicationBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic ApplicationBean createApplication(String param0)
createApplication in interface ConfigurationBeanpublic void destroyApplication(ApplicationBean param0)
destroyApplication in interface ConfigurationBeanpublic int getPeerRetryDelay()
getPeerRetryDelay in interface ConfigurationBeanpublic boolean isPeerRetryDelayInherited()
public boolean isPeerRetryDelaySet()
isPeerRetryDelaySet in interface ConfigurationBeanpublic void setPeerRetryDelay(int param0)
setPeerRetryDelay in interface ConfigurationBeanpublic boolean getAllowDynamicPeers()
getAllowDynamicPeers in interface ConfigurationBeanpublic boolean isAllowDynamicPeersInherited()
public boolean isAllowDynamicPeersSet()
isAllowDynamicPeersSet in interface ConfigurationBeanpublic void setAllowDynamicPeers(boolean param0)
setAllowDynamicPeers in interface ConfigurationBeanpublic long getRequestTimeout()
getRequestTimeout in interface ConfigurationBeanpublic boolean isRequestTimeoutInherited()
public boolean isRequestTimeoutSet()
isRequestTimeoutSet in interface ConfigurationBeanpublic void setRequestTimeout(long param0)
setRequestTimeout in interface ConfigurationBeanpublic int getMaxRequestAttempts()
getMaxRequestAttempts in interface ConfigurationBeanpublic boolean isMaxRequestAttemptsInherited()
public boolean isMaxRequestAttemptsSet()
isMaxRequestAttemptsSet in interface ConfigurationBeanpublic void setMaxRequestAttempts(int param0)
setMaxRequestAttempts in interface ConfigurationBeanpublic int getWatchdogTimeout()
getWatchdogTimeout in interface ConfigurationBeanpublic boolean isWatchdogTimeoutInherited()
public boolean isWatchdogTimeoutSet()
isWatchdogTimeoutSet in interface ConfigurationBeanpublic void setWatchdogTimeout(int param0)
setWatchdogTimeout in interface ConfigurationBeanpublic boolean getIncludeOriginStateId()
getIncludeOriginStateId in interface ConfigurationBeanpublic boolean isIncludeOriginStateIdInherited()
public boolean isIncludeOriginStateIdSet()
isIncludeOriginStateIdSet in interface ConfigurationBeanpublic void setIncludeOriginStateId(boolean param0)
setIncludeOriginStateId in interface ConfigurationBeanpublic Integer[] getSupportedVendorIds()
getSupportedVendorIds in interface ConfigurationBeanpublic boolean isSupportedVendorIdsInherited()
public boolean isSupportedVendorIdsSet()
isSupportedVendorIdsSet in interface ConfigurationBeanpublic void setSupportedVendorIds(Integer[] param0)
setSupportedVendorIds in interface ConfigurationBeanpublic void addPeer(PeerBean param0)
public PeerBean[] getPeers()
getPeers in interface ConfigurationBeanpublic boolean isPeersInherited()
public boolean isPeersSet()
isPeersSet in interface ConfigurationBeanpublic void removePeer(PeerBean param0)
public void setPeers(PeerBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic PeerBean createPeer()
createPeer in interface ConfigurationBeanpublic PeerBean createPeer(String param0)
createPeer in interface ConfigurationBeanpublic void destroyPeer(PeerBean param0)
destroyPeer in interface ConfigurationBeanpublic void addRoute(RouteBean param0)
public RouteBean[] getRoutes()
getRoutes in interface ConfigurationBeanpublic boolean isRoutesInherited()
public boolean isRoutesSet()
isRoutesSet in interface ConfigurationBeanpublic void removeRoute(RouteBean param0)
public void setRoutes(RouteBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic RouteBean createRoute()
createRoute in interface ConfigurationBeanpublic RouteBean createRoute(String param0)
createRoute in interface ConfigurationBeanpublic void destroyRoute(RouteBean param0)
destroyRoute in interface ConfigurationBeanpublic DefaultRouteBean getDefaultRoute()
getDefaultRoute in interface ConfigurationBeanpublic boolean isDefaultRouteInherited()
public boolean isDefaultRouteSet()
isDefaultRouteSet in interface ConfigurationBeanpublic void setDefaultRoute(DefaultRouteBean param0) throws InvalidAttributeValueException
InvalidAttributeValueExceptionpublic DefaultRouteBean createDefaultRoute()
createDefaultRoute in interface ConfigurationBeanpublic void destroyDefaultRoute(DefaultRouteBean param0)
destroyDefaultRoute in interface ConfigurationBeanpublic String getKeystoreId()
getKeystoreId in interface ConfigurationBeanpublic boolean isKeystoreIdInherited()
public boolean isKeystoreIdSet()
isKeystoreIdSet in interface ConfigurationBeanpublic void setKeystoreId(String param0)
setKeystoreId in interface ConfigurationBeanpublic String getTruststoreId()
getTruststoreId in interface ConfigurationBeanpublic boolean isTruststoreIdInherited()
public boolean isTruststoreIdSet()
isTruststoreIdSet in interface ConfigurationBeanpublic void setTruststoreId(String param0)
setTruststoreId in interface ConfigurationBeanpublic 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