BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


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

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.WebLogicMBean

public interface ProxyMBean
extends weblogic.management.configuration.ConfigurationMBean

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

Field Summary
static java.lang.String DOMAIN_ROUTING_POLICY
           
static java.lang.String PROXY_ROUTING_POLICY
           
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 SipURI[] getProxyURIs()
          Return SipURI's
 java.lang.String getRoutingPolicy()
          Return policy to be enforced
 void setProxyURIs(SipURI[] uris)
           
 void setRoutingPolicy(java.lang.String policies)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

DOMAIN_ROUTING_POLICY

public static final java.lang.String DOMAIN_ROUTING_POLICY
See Also:
Constant Field Values

PROXY_ROUTING_POLICY

public static final java.lang.String PROXY_ROUTING_POLICY
See Also:
Constant Field Values
Method Detail

getProxyURIs

public SipURI[] getProxyURIs()
Return SipURI's

Returns:
proxy URIs

getRoutingPolicy

public java.lang.String getRoutingPolicy()
Return policy to be enforced

Returns:
routing policy

setProxyURIs

public void setProxyURIs(SipURI[] uris)

setRoutingPolicy

public void setRoutingPolicy(java.lang.String policies)
Parameters:
policies -
Legal values:
DOMAIN_ROUTING_POLICY,PROXY_ROUTING_POLICY

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