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.
-
exportService()
- Exports this service as a remote object.
-
isExported()
- Returns true if this service is already exported
as a remote object.
isExported
public abstract boolean isExported()
- Returns true if this service is already exported
as a remote object.
exportService
public abstract void exportService()
- Exports this service as a remote object.
All Packages Class Hierarchy This Package Previous Next Index