Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.sip.management.runtime
Interface ConfigManagerRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface ConfigManagerRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

Copyright © 2008 Oracle Corp. All Rights Reserved.

Method Summary
 void activate()
          Deprecated. Activate sip server configuration changes on all the servers in the domain.
 void save()
          Deprecated. Persist changes to the sipserver.xml
 void startEdit()
          Deprecated. Start the edit session.
 void stopEdit()
          Deprecated. Stop the edit session and discard any changes that have been since last save operation.
 
Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, preDeregister, removePropertyChangeListener
 
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
 

Method Detail

activate

public void activate()
              throws UpgradeFailedException,
                     CannotProceedException
Deprecated. 
Activate sip server configuration changes on all the servers in the domain.

Throws:
UpgradeFailedException
CannotProceedException

save

public void save()
          throws CannotProceedException
Deprecated. 
Persist changes to the sipserver.xml

Throws:
CannotProceedException

startEdit

public void startEdit()
               throws CannotProceedException,
                      UpgradeFailedException
Deprecated. 
Start the edit session. Only one user will be allowed to make changes at any given time.

Throws:
CannotProceedException
UpgradeFailedException

stopEdit

public void stopEdit()
Deprecated. 
Stop the edit session and discard any changes that have been since last save operation.


Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.