BEA Systems, Inc.

BEA WebLogic SIP Server 3.0 API Reference


com.bea.wcp.sip.management.configuration
Interface SipServerMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean, WlssMBean

public interface SipServerMBean
extends weblogic.management.configuration.ConfigurationMBean, WlssMBean

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 ClusterToLoadBalancerMapMBean createClusterToLoadBalancerMap(java.lang.String clusterName)
          Deprecated.  
 RouteHeaderMBean createDefaultRoute()
          Deprecated. Create new instance of Route MBean
 ExternalLoadBalancerMBean createExternalLoadBalancer()
          Deprecated.  
 MessageDebugMBean createMessageDebug()
          Deprecated.  
 OverloadProtectionMBean createOverloadProtection()
          Deprecated.  
 ProxyMBean createProxy()
          Deprecated.  
 SipSecurityMBean createSipSecurity()
          Deprecated.  
 void destroyClusterToLoadBalancerMap(ClusterToLoadBalancerMapMBean mbean)
          Deprecated.  
 void destroyDefaultRoute()
          Deprecated.  
 void destroyExternalLoadBalancer()
          Deprecated.  
 void destroyMessageDebug()
          Deprecated.  
 void destroyOverloadProtection()
          Deprecated.  
 void destroyProxy()
          Deprecated.  
 void destroySipSecurity()
          Deprecated.  
 ClusterToLoadBalancerMapMBean[] getClusterToLoadBalancerMaps()
          Deprecated.  
 java.lang.String getDefaultBehavior()
          Deprecated.  
 java.lang.String getDefaultServletName()
          Deprecated.  
 boolean getEnableLocalDispatch()
          Deprecated.  
 int getMaxApplicationSessionLifeTime()
          Deprecated. Maximum application session life time in min
 long getT1TimeoutInterval()
          Deprecated. T1 timer timeout is expressed in milliseconds
 long getT2TimeoutInterval()
          Deprecated. T2 timer timeout is expressed in milliseconds
 long getT4TimeoutInterval()
          Deprecated. T4 timer timeout is expressed in milliseconds
 long getTimerBTimeoutInterval()
          Deprecated. Timer B timeout is expressed in milliseconds.
 long getTimerFTimeoutInterval()
          Deprecated. Timer F timeout is expressed in milliseconds.
 boolean isEngineCallStateCacheEnabled()
          Deprecated. Read only property which indicates whether engines use a call state cache (near cache).
 boolean isReplicationEnabled()
          Deprecated. Readonly property which indicated wether the current WLSS instance is using SIP session replication or not.
 ClusterToLoadBalancerMapMBean lookupClusterToLoadBalancerMap(java.lang.String clusterName)
          Deprecated.  
 RouteHeaderMBean lookupDefaultRoute()
          Deprecated. Lookup already existing instance of outbound Route MBean
 ExternalLoadBalancerMBean lookupExternalLoadBalancer()
          Deprecated.  
 MessageDebugMBean lookupMessageDebug()
          Deprecated.  
 OverloadProtectionMBean lookupOverloadProtection()
          Deprecated.  
 ProxyMBean lookupProxy()
          Deprecated.  
 SipSecurityMBean lookupSipSecurity()
          Deprecated.  
 void setDefaultBehavior(java.lang.String value)
          Deprecated.  
 void setDefaultServletName(java.lang.String defaultServletName)
          Deprecated.  
 void setEnableLocalDispatch(boolean value)
          Deprecated.  
 void setMaxApplicationSessionLifeTime(int value)
          Deprecated.  
 void setT1TimeoutInterval(long value)
          Deprecated.  
 void setT2TimeoutInterval(long value)
          Deprecated.  
 void setT4TimeoutInterval(long value)
          Deprecated.  
 void setTimerBTimeoutInterval(long value)
          Deprecated.  
 void setTimerFTimeoutInterval(long value)
          Deprecated.  
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Method Detail

createClusterToLoadBalancerMap

public ClusterToLoadBalancerMapMBean createClusterToLoadBalancerMap(java.lang.String clusterName)
                                                             throws MBeanException
Deprecated. 
Throws:
MBeanException

createDefaultRoute

public RouteHeaderMBean createDefaultRoute()
                                    throws MBeanException
Deprecated. 
Create new instance of Route MBean

Returns:
Route MBean
Throws:
MBeanException

createExternalLoadBalancer

public ExternalLoadBalancerMBean createExternalLoadBalancer()
                                                     throws MBeanException
Deprecated. 
Throws:
MBeanException

createMessageDebug

public MessageDebugMBean createMessageDebug()
                                     throws MBeanException
Deprecated. 
Returns:
message debug
Throws:
MBeanException

createOverloadProtection

public OverloadProtectionMBean createOverloadProtection()
                                                 throws MBeanException
Deprecated. 
Throws:
MBeanException

createProxy

public ProxyMBean createProxy()
                       throws MBeanException
Deprecated. 
Throws:
MBeanException

createSipSecurity

public SipSecurityMBean createSipSecurity()
                                   throws MBeanException
Deprecated. 
Returns:
SipSecurity mbean
Throws:
MBeanException

destroyClusterToLoadBalancerMap

public void destroyClusterToLoadBalancerMap(ClusterToLoadBalancerMapMBean mbean)
Deprecated. 

destroyDefaultRoute

public void destroyDefaultRoute()
Deprecated. 

destroyExternalLoadBalancer

public void destroyExternalLoadBalancer()
Deprecated. 

destroyMessageDebug

public void destroyMessageDebug()
Deprecated. 

destroyOverloadProtection

public void destroyOverloadProtection()
Deprecated. 

destroyProxy

public void destroyProxy()
Deprecated. 

destroySipSecurity

public void destroySipSecurity()
Deprecated. 

getClusterToLoadBalancerMaps

public ClusterToLoadBalancerMapMBean[] getClusterToLoadBalancerMaps()
Deprecated. 

getDefaultBehavior

public java.lang.String getDefaultBehavior()
Deprecated. 
Returns:
defaultBehavior

getDefaultServletName

public java.lang.String getDefaultServletName()
Deprecated. 
Returns:
defaultServletName

getEnableLocalDispatch

public boolean getEnableLocalDispatch()
Deprecated. 

getMaxApplicationSessionLifeTime

public int getMaxApplicationSessionLifeTime()
Deprecated. 
Maximum application session life time in min

Returns:
minutes

getT1TimeoutInterval

public long getT1TimeoutInterval()
Deprecated. 
T1 timer timeout is expressed in milliseconds

Returns:
T1 timeout interval

getT2TimeoutInterval

public long getT2TimeoutInterval()
Deprecated. 
T2 timer timeout is expressed in milliseconds

Returns:
T2 timeout interval

getT4TimeoutInterval

public long getT4TimeoutInterval()
Deprecated. 
T4 timer timeout is expressed in milliseconds

Returns:
T4 timeout interval

getTimerBTimeoutInterval

public long getTimerBTimeoutInterval()
Deprecated. 
Timer B timeout is expressed in milliseconds. By default this value is 64 times that of T1TimerInterval.

Returns:
TimerB timeout interval

getTimerFTimeoutInterval

public long getTimerFTimeoutInterval()
Deprecated. 
Timer F timeout is expressed in milliseconds. By default this value is 64 times that of T1TimerInterval.

Returns:
TimerF timeout interval

isEngineCallStateCacheEnabled

public boolean isEngineCallStateCacheEnabled()
Deprecated. 
Read only property which indicates whether engines use a call state cache (near cache).


isReplicationEnabled

public boolean isReplicationEnabled()
Deprecated. 
Readonly property which indicated wether the current WLSS instance is using SIP session replication or not.

Returns:
boolean indicating if replication is enabled or not

lookupClusterToLoadBalancerMap

public ClusterToLoadBalancerMapMBean lookupClusterToLoadBalancerMap(java.lang.String clusterName)
Deprecated. 
Parameters:
clusterName -
Returns:
Cluster to load balancer map mbean

lookupDefaultRoute

public RouteHeaderMBean lookupDefaultRoute()
Deprecated. 
Lookup already existing instance of outbound Route MBean

Returns:
reference to Route MBean

lookupExternalLoadBalancer

public ExternalLoadBalancerMBean lookupExternalLoadBalancer()
Deprecated. 
Returns:
ExternalLoadBalancer mbean

lookupMessageDebug

public MessageDebugMBean lookupMessageDebug()
Deprecated. 
Returns:
message debug

lookupOverloadProtection

public OverloadProtectionMBean lookupOverloadProtection()
Deprecated. 

lookupProxy

public ProxyMBean lookupProxy()
Deprecated. 

lookupSipSecurity

public SipSecurityMBean lookupSipSecurity()
Deprecated. 
Returns:
SipSecurity mbean

setDefaultBehavior

public void setDefaultBehavior(java.lang.String value)
                        throws MBeanException
Deprecated. 
Throws:
MBeanException

setDefaultServletName

public void setDefaultServletName(java.lang.String defaultServletName)
                           throws MBeanException
Deprecated. 
Throws:
MBeanException

setEnableLocalDispatch

public void setEnableLocalDispatch(boolean value)
                            throws MBeanException
Deprecated. 
Throws:
MBeanException

setMaxApplicationSessionLifeTime

public void setMaxApplicationSessionLifeTime(int value)
                                      throws MBeanException
Deprecated. 
Throws:
MBeanException

setT1TimeoutInterval

public void setT1TimeoutInterval(long value)
                          throws MBeanException
Deprecated. 
Throws:
MBeanException

setT2TimeoutInterval

public void setT2TimeoutInterval(long value)
                          throws MBeanException
Deprecated. 
Throws:
MBeanException

setT4TimeoutInterval

public void setT4TimeoutInterval(long value)
                          throws MBeanException
Deprecated. 
Throws:
MBeanException

setTimerBTimeoutInterval

public void setTimerBTimeoutInterval(long value)
                              throws MBeanException
Deprecated. 
Throws:
MBeanException

setTimerFTimeoutInterval

public void setTimerFTimeoutInterval(long value)
                              throws MBeanException
Deprecated. 
Throws:
MBeanException

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss30/
Copyright 2006 BEA Systems Inc.