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_nullvalue
DEFAULT_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, unSet
finalize, getClass, notify, notifyAll, wait, wait, wait
public 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 ConfigurationBean
getName
in interface DiameterDescriptorBean
getName
in class DiameterDescriptorBeanImpl
public boolean isNameInherited()
isNameInherited
in class DiameterDescriptorBeanImpl
public boolean isNameSet()
isNameSet
in class DiameterDescriptorBeanImpl
public String[] getTargets()
getTargets
in interface ConfigurationBean
public boolean isTargetsInherited()
public boolean isTargetsSet()
isTargetsSet
in interface ConfigurationBean
public void setName(String param0)
setName
in interface DiameterDescriptorBean
setName
in class DiameterDescriptorBeanImpl
DiameterDescriptorBean.getName()
public void setTargets(String[] param0)
setTargets
in interface ConfigurationBean
public String getHost()
getHost
in interface ConfigurationBean
public boolean isHostInherited()
public boolean isHostSet()
isHostSet
in interface ConfigurationBean
public void setHost(String param0)
setHost
in interface ConfigurationBean
public String getRealm()
getRealm
in interface ConfigurationBean
public boolean isRealmInherited()
public boolean isRealmSet()
isRealmSet
in interface ConfigurationBean
public void setRealm(String param0)
setRealm
in interface ConfigurationBean
public String getAddress()
getAddress
in interface ConfigurationBean
public boolean isAddressInherited()
public boolean isAddressSet()
isAddressSet
in interface ConfigurationBean
public void setAddress(String param0)
setAddress
in interface ConfigurationBean
public int getPort()
getPort
in interface ConfigurationBean
public boolean isPortInherited()
public boolean isPortSet()
isPortSet
in interface ConfigurationBean
public void setPort(int param0)
setPort
in interface ConfigurationBean
public boolean getTlsEnabled()
getTlsEnabled
in interface ConfigurationBean
public boolean isTlsEnabledInherited()
public boolean isTlsEnabledSet()
isTlsEnabledSet
in interface ConfigurationBean
public void setTlsEnabled(boolean param0)
setTlsEnabled
in interface ConfigurationBean
public boolean getSctpEnabled()
getSctpEnabled
in interface ConfigurationBean
public boolean isSctpEnabledInherited()
public boolean isSctpEnabledSet()
isSctpEnabledSet
in interface ConfigurationBean
public void setSctpEnabled(boolean param0)
setSctpEnabled
in interface ConfigurationBean
public boolean getDebugEnabled()
getDebugEnabled
in interface ConfigurationBean
public boolean isDebugEnabledInherited()
public boolean isDebugEnabledSet()
isDebugEnabledSet
in interface ConfigurationBean
public void setDebugEnabled(boolean param0)
setDebugEnabled
in interface ConfigurationBean
public boolean getMessageDebugEnabled()
getMessageDebugEnabled
in interface ConfigurationBean
public boolean isMessageDebugEnabledInherited()
public boolean isMessageDebugEnabledSet()
isMessageDebugEnabledSet
in interface ConfigurationBean
public void setMessageDebugEnabled(boolean param0)
setMessageDebugEnabled
in interface ConfigurationBean
public MessageDebugBean getMessageDebug()
getMessageDebug
in interface ConfigurationBean
public boolean isMessageDebugInherited()
public boolean isMessageDebugSet()
isMessageDebugSet
in interface ConfigurationBean
public void setMessageDebug(MessageDebugBean param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public MessageDebugBean createMessageDebug()
createMessageDebug
in interface ConfigurationBean
public void destroyMessageDebug(MessageDebugBean param0)
destroyMessageDebug
in interface ConfigurationBean
public void addApplication(ApplicationBean param0)
public ApplicationBean[] getApplications()
getApplications
in interface ConfigurationBean
public boolean isApplicationsInherited()
public boolean isApplicationsSet()
isApplicationsSet
in interface ConfigurationBean
public void removeApplication(ApplicationBean param0)
public void setApplications(ApplicationBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public ApplicationBean createApplication(String param0)
createApplication
in interface ConfigurationBean
public void destroyApplication(ApplicationBean param0)
destroyApplication
in interface ConfigurationBean
public int getPeerRetryDelay()
getPeerRetryDelay
in interface ConfigurationBean
public boolean isPeerRetryDelayInherited()
public boolean isPeerRetryDelaySet()
isPeerRetryDelaySet
in interface ConfigurationBean
public void setPeerRetryDelay(int param0)
setPeerRetryDelay
in interface ConfigurationBean
public boolean getAllowDynamicPeers()
getAllowDynamicPeers
in interface ConfigurationBean
public boolean isAllowDynamicPeersInherited()
public boolean isAllowDynamicPeersSet()
isAllowDynamicPeersSet
in interface ConfigurationBean
public void setAllowDynamicPeers(boolean param0)
setAllowDynamicPeers
in interface ConfigurationBean
public long getRequestTimeout()
getRequestTimeout
in interface ConfigurationBean
public boolean isRequestTimeoutInherited()
public boolean isRequestTimeoutSet()
isRequestTimeoutSet
in interface ConfigurationBean
public void setRequestTimeout(long param0)
setRequestTimeout
in interface ConfigurationBean
public int getMaxRequestAttempts()
getMaxRequestAttempts
in interface ConfigurationBean
public boolean isMaxRequestAttemptsInherited()
public boolean isMaxRequestAttemptsSet()
isMaxRequestAttemptsSet
in interface ConfigurationBean
public void setMaxRequestAttempts(int param0)
setMaxRequestAttempts
in interface ConfigurationBean
public int getWatchdogTimeout()
getWatchdogTimeout
in interface ConfigurationBean
public boolean isWatchdogTimeoutInherited()
public boolean isWatchdogTimeoutSet()
isWatchdogTimeoutSet
in interface ConfigurationBean
public void setWatchdogTimeout(int param0)
setWatchdogTimeout
in interface ConfigurationBean
public boolean getIncludeOriginStateId()
getIncludeOriginStateId
in interface ConfigurationBean
public boolean isIncludeOriginStateIdInherited()
public boolean isIncludeOriginStateIdSet()
isIncludeOriginStateIdSet
in interface ConfigurationBean
public void setIncludeOriginStateId(boolean param0)
setIncludeOriginStateId
in interface ConfigurationBean
public Integer[] getSupportedVendorIds()
getSupportedVendorIds
in interface ConfigurationBean
public boolean isSupportedVendorIdsInherited()
public boolean isSupportedVendorIdsSet()
isSupportedVendorIdsSet
in interface ConfigurationBean
public void setSupportedVendorIds(Integer[] param0)
setSupportedVendorIds
in interface ConfigurationBean
public void addPeer(PeerBean param0)
public PeerBean[] getPeers()
getPeers
in interface ConfigurationBean
public boolean isPeersInherited()
public boolean isPeersSet()
isPeersSet
in interface ConfigurationBean
public void removePeer(PeerBean param0)
public void setPeers(PeerBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public PeerBean createPeer()
createPeer
in interface ConfigurationBean
public PeerBean createPeer(String param0)
createPeer
in interface ConfigurationBean
public void destroyPeer(PeerBean param0)
destroyPeer
in interface ConfigurationBean
public void addRoute(RouteBean param0)
public RouteBean[] getRoutes()
getRoutes
in interface ConfigurationBean
public boolean isRoutesInherited()
public boolean isRoutesSet()
isRoutesSet
in interface ConfigurationBean
public void removeRoute(RouteBean param0)
public void setRoutes(RouteBean[] param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public RouteBean createRoute()
createRoute
in interface ConfigurationBean
public RouteBean createRoute(String param0)
createRoute
in interface ConfigurationBean
public void destroyRoute(RouteBean param0)
destroyRoute
in interface ConfigurationBean
public DefaultRouteBean getDefaultRoute()
getDefaultRoute
in interface ConfigurationBean
public boolean isDefaultRouteInherited()
public boolean isDefaultRouteSet()
isDefaultRouteSet
in interface ConfigurationBean
public void setDefaultRoute(DefaultRouteBean param0) throws InvalidAttributeValueException
InvalidAttributeValueException
public DefaultRouteBean createDefaultRoute()
createDefaultRoute
in interface ConfigurationBean
public void destroyDefaultRoute(DefaultRouteBean param0)
destroyDefaultRoute
in interface ConfigurationBean
public String getKeystoreId()
getKeystoreId
in interface ConfigurationBean
public boolean isKeystoreIdInherited()
public boolean isKeystoreIdSet()
isKeystoreIdSet
in interface ConfigurationBean
public void setKeystoreId(String param0)
setKeystoreId
in interface ConfigurationBean
public String getTruststoreId()
getTruststoreId
in interface ConfigurationBean
public boolean isTruststoreIdInherited()
public boolean isTruststoreIdSet()
isTruststoreIdSet
in interface ConfigurationBean
public void setTruststoreId(String param0)
setTruststoreId
in interface ConfigurationBean
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