Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.sip.management.configuration
Class MBeanManager

java.lang.Object
  extended bycom.bea.wcp.sip.management.configuration.MBeanManager

public class MBeanManager
extends java.lang.Object

Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
static ObjectName datatierResourceObjName
          Deprecated.  
static weblogic.utils.DebugCategory DEBUG
          Deprecated.  
static java.lang.String domainName
          Deprecated.  
static ObjectName editSipServerBeanObjName
          Deprecated.  
static ObjectName resourceObjName
          Deprecated.  
static MBeanServer runtimeMBeanServer
          Deprecated.  
static java.lang.String serverName
          Deprecated.  
 
Constructor Summary
MBeanManager()
          Deprecated.  
 
Method Summary
static void activate()
          Deprecated.  
static void addRegistered(WlssMBean mbean)
          Deprecated.  
 void disconnect()
          Deprecated.  
static java.lang.Object getAttribute(ObjectName objName, java.lang.String attrName)
          Deprecated.  
static MBeanServerConnection getEditMBeanServer()
          Deprecated.  
static WlssMBean getMBean(java.lang.String type)
          Deprecated.  
static WlssMBean getMBean(java.lang.String type, java.lang.String name)
          Deprecated.  
static ObjectName getResourceObjectName()
          Deprecated.  
static void initEditMBeanServer()
          Deprecated.  
static java.lang.Object invoke(ObjectName objName, java.lang.String method, java.lang.Object[] args, java.lang.String[] signature)
          Deprecated.  
static boolean isRegistered(java.lang.String type)
          Deprecated.  
static boolean isRegistered(java.lang.String type, java.lang.String name)
          Deprecated.  
static void removeRegistered(ObjectName on)
          Deprecated.  
static void removeRegistered(java.lang.String type)
          Deprecated.  
static void save()
          Deprecated.  
static void setAttribute(ObjectName objName, Attribute attr)
          Deprecated.  
static void setAttribute(ObjectName objName, java.lang.String attrName, java.lang.Object attrValue)
          Deprecated.  
static void setAttribute(WlssMBean mbean, java.lang.Object attrValue)
          Deprecated.  
static void setAttribute(WlssMBean mbean, java.lang.String attrName, java.lang.Object attrValue)
          Deprecated.  
static ObjectName startEditSession()
          Deprecated. Start an edit session.
static void stopEditSession()
          Deprecated. Stop an edit session.
static void unRegisterMBeans()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datatierResourceObjName

public static ObjectName datatierResourceObjName
Deprecated. 

DEBUG

public static final weblogic.utils.DebugCategory DEBUG
Deprecated. 

domainName

public static java.lang.String domainName
Deprecated. 

editSipServerBeanObjName

public static ObjectName editSipServerBeanObjName
Deprecated. 

resourceObjName

public static ObjectName resourceObjName
Deprecated. 

runtimeMBeanServer

public static MBeanServer runtimeMBeanServer
Deprecated. 

serverName

public static java.lang.String serverName
Deprecated. 
Constructor Detail

MBeanManager

public MBeanManager()
Deprecated. 
Method Detail

activate

public static void activate()
                     throws java.lang.IllegalStateException,
                            ReflectionException,
                            java.io.IOException,
                            InstanceNotFoundException,
                            MBeanException
Deprecated. 
Throws:
java.lang.IllegalStateException
ReflectionException
java.io.IOException
InstanceNotFoundException
MBeanException

addRegistered

public static void addRegistered(WlssMBean mbean)
Deprecated. 

disconnect

public void disconnect()
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

getAttribute

public static java.lang.Object getAttribute(ObjectName objName,
                                            java.lang.String attrName)
                                     throws ReflectionException,
                                            java.io.IOException,
                                            InstanceNotFoundException,
                                            MBeanException,
                                            AttributeNotFoundException
Deprecated. 
Throws:
ReflectionException
java.io.IOException
InstanceNotFoundException
MBeanException
AttributeNotFoundException

getEditMBeanServer

public static MBeanServerConnection getEditMBeanServer()
Deprecated. 

getMBean

public static WlssMBean getMBean(java.lang.String type)
Deprecated. 

getMBean

public static WlssMBean getMBean(java.lang.String type,
                                 java.lang.String name)
Deprecated. 

getResourceObjectName

public static ObjectName getResourceObjectName()
Deprecated. 

initEditMBeanServer

public static void initEditMBeanServer()
Deprecated. 

invoke

public static java.lang.Object invoke(ObjectName objName,
                                      java.lang.String method,
                                      java.lang.Object[] args,
                                      java.lang.String[] signature)
                               throws ReflectionException,
                                      java.io.IOException,
                                      InstanceNotFoundException,
                                      MBeanException
Deprecated. 
Throws:
ReflectionException
java.io.IOException
InstanceNotFoundException
MBeanException

isRegistered

public static boolean isRegistered(java.lang.String type)
Deprecated. 

isRegistered

public static boolean isRegistered(java.lang.String type,
                                   java.lang.String name)
Deprecated. 

removeRegistered

public static void removeRegistered(ObjectName on)
Deprecated. 

removeRegistered

public static void removeRegistered(java.lang.String type)
Deprecated. 

save

public static void save()
                 throws java.lang.IllegalStateException,
                        ReflectionException,
                        java.io.IOException,
                        InstanceNotFoundException,
                        MBeanException
Deprecated. 
Throws:
java.lang.IllegalStateException
ReflectionException
java.io.IOException
InstanceNotFoundException
MBeanException

setAttribute

public static void setAttribute(ObjectName objName,
                                Attribute attr)
                         throws MBeanException
Deprecated. 
Throws:
MBeanException

setAttribute

public static void setAttribute(ObjectName objName,
                                java.lang.String attrName,
                                java.lang.Object attrValue)
                         throws MBeanException
Deprecated. 
Throws:
MBeanException

setAttribute

public static void setAttribute(WlssMBean mbean,
                                java.lang.Object attrValue)
                         throws MBeanException
Deprecated. 
Throws:
MBeanException

setAttribute

public static void setAttribute(WlssMBean mbean,
                                java.lang.String attrName,
                                java.lang.Object attrValue)
                         throws MBeanException
Deprecated. 
Throws:
MBeanException

startEditSession

public static ObjectName startEditSession()
                                   throws java.lang.IllegalStateException,
                                          ReflectionException,
                                          java.io.IOException,
                                          InstanceNotFoundException,
                                          MBeanException
Deprecated. 
Start an edit session.

Throws:
java.lang.IllegalStateException
ReflectionException
java.io.IOException
InstanceNotFoundException
MBeanException

stopEditSession

public static void stopEditSession()
                            throws MBeanException,
                                   ReflectionException,
                                   java.io.IOException,
                                   InstanceNotFoundException
Deprecated. 
Stop an edit session.

Throws:
MBeanException
ReflectionException
java.io.IOException
InstanceNotFoundException

unRegisterMBeans

public static void unRegisterMBeans()
Deprecated. 

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