BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.ServerStartMBean

Packages that use ServerStartMBean
weblogic.management.configuration   
 

Uses of ServerStartMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return ServerStartMBean
 ServerStartMBean ServerMBean_CachingStub.getServerStart()
          Getter for ServerStart
 ServerStartMBean ServerMBean.getServerStart()
          Returns the ServerStartMBean that can be used to start up this server remotely.
 

Methods in weblogic.management.configuration with parameters of type ServerStartMBean
 void NodeManagerMBean_CachingStub.startServer(ServerStartMBean arg0)
          Operation startServer
 java.io.Reader NodeManagerMBean_CachingStub.getOutputLog(ServerStartMBean arg0)
          Operation getOutputLog
 void NodeManagerMBean_CachingStub.stopServer(ServerStartMBean arg0)
          Operation stopServer
 java.io.Reader NodeManagerMBean_CachingStub.getErrorLog(ServerStartMBean arg0)
          Operation getErrorLog
 java.io.Reader NodeManagerMBean.getOutputLog(ServerStartMBean serverStartBean)
          Returns the output log of a particular server.
 java.io.Reader NodeManagerMBean.getErrorLog(ServerStartMBean serverStartBean)
          Returns the error log of a perticular server.
 void NodeManagerMBean.startServer(ServerStartMBean serverStartBean)
          Starts up a server on the machine represented byte this Node Manager.
 void NodeManagerMBean.stopServer(ServerStartMBean serverStartBean)
          Stops a server on the machine represented byte this Node Manager.
 

Constructors in weblogic.management.configuration with parameters of type ServerStartMBean
ServerStartMBean_CachingStub.ServerStartMBean_CachingStub(ServerStartMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.