org.apache.naming
クラス NamingService

java.lang.Object
  |
  +--javax.management.NotificationBroadcasterSupport
        |
        +--org.apache.naming.NamingService
すべての実装インタフェース:
javax.management.MBeanRegistration, NamingServiceMBean, javax.management.NotificationBroadcaster

public final class NamingService
extends javax.management.NotificationBroadcasterSupport
implements NamingServiceMBean, javax.management.MBeanRegistration

Implementation of the NamingService JMX MBean.

バージョン:
$Revision: 1.1.4.1 $
作成者:
Remy Maucherat

インタフェース org.apache.naming.NamingServiceMBean から継承したフィールド
NAME, OBJECT_NAME, STARTED, STARTING, states, STOPPED, STOPPING
 
コンストラクタの概要
NamingService()
           
 
メソッドの概要
 void destroy()
          Destroy servlet container (if any is running).
 java.lang.String getName()
          Retruns the Catalina component name.
 int getState()
          Returns the state.
 java.lang.String getStateString()
          Returns a String representation of the state.
 void postDeregister()
           
 void postRegister(java.lang.Boolean registrationDone)
           
 void preDeregister()
           
 javax.management.ObjectName preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
           
 void start()
          Start the servlet container.
 void stop()
          Stop the servlet container.
 
クラス javax.management.NotificationBroadcasterSupport から継承したメソッド
addNotificationListener, getNotificationInfo, removeNotificationListener, sendNotification
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NamingService

public NamingService()
メソッドの詳細

preRegister

public javax.management.ObjectName preRegister(javax.management.MBeanServer server,
                                               javax.management.ObjectName name)
                                        throws java.lang.Exception
定義:
インタフェース javax.management.MBeanRegistration 内の preRegister

postRegister

public void postRegister(java.lang.Boolean registrationDone)
定義:
インタフェース javax.management.MBeanRegistration 内の postRegister

preDeregister

public void preDeregister()
                   throws java.lang.Exception
定義:
インタフェース javax.management.MBeanRegistration 内の preDeregister

postDeregister

public void postDeregister()
定義:
インタフェース javax.management.MBeanRegistration 内の postDeregister

getName

public java.lang.String getName()
Retruns the Catalina component name.
定義:
インタフェース NamingServiceMBean 内の getName

getState

public int getState()
Returns the state.
定義:
インタフェース NamingServiceMBean 内の getState

getStateString

public java.lang.String getStateString()
Returns a String representation of the state.
定義:
インタフェース NamingServiceMBean 内の getStateString

start

public void start()
           throws java.lang.Exception
Start the servlet container.
定義:
インタフェース NamingServiceMBean 内の start

stop

public void stop()
Stop the servlet container.
定義:
インタフェース NamingServiceMBean 内の stop

destroy

public void destroy()
Destroy servlet container (if any is running).
定義:
インタフェース NamingServiceMBean 内の destroy


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.