All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.AdminBase

java.lang.Object
   |
   +----sun.server.AdminBase

public class AdminBase
extends Object
This is the base class that can be used to administer the server.


Constructor Index

 o AdminBase()

Method Index

 o getServiceConfiguration(Service)
It returns the configuration of the service

Constructors

 o AdminBase
  public AdminBase()

Methods

 o getServiceConfiguration
  protected ServiceConfiguration getServiceConfiguration(Service service)
It returns the configuration of the service

Parameters:
service - service
Returns:
s configuration of the service

All Packages  Class Hierarchy  This Package  Previous  Next  Index