SUPObjectFactory

Once a context has been instantiated, pass it to a specific method of SUPObjectFactory to retrieve an administration interface. You can then start administration by calling methods of the interface.

The methods in the SUPObjectFactory class can accept an instance of AdminContext as a parameter. For example, to get an administration interface of SUPServer, you must create an instance of ServerContext with the correct information and pass it to SUPObjectFactory.getSUPServer().

SUPObjectFactory provides a shutdown() method to cleanly shut down an application that uses the API. See the Javadocs for details.