All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.wizards.services.Service

public interface Service
The Service interface defines the required methods for all services retrieved through the ServiceManager object.


Method Index

 o exportService()
Exports this service as a remote object.
 o isExported()
Returns true if this service is already exported as a remote object.

Methods

 o isExported
 public abstract boolean isExported()
Returns true if this service is already exported as a remote object.

 o exportService
 public abstract void exportService()
Exports this service as a remote object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index