Class AbstractService

java.lang.Object
com.sas.services.AbstractRemoteService
com.sas.services.AbstractService
All Implemented Interfaces:
com.sas.entities.EntityKeyInterface, ServiceNotificationBroadcasterInterface, RemoteServiceInterface, Remote
Direct Known Subclasses:
AbstractDiscoveryService

public abstract class AbstractService extends AbstractRemoteService
Abstract implementation of a service. A service may extend this implementation if it is only used within a local JVM process.

This class extends com.sas.services.AbstractRemoteService which provides a version that may be used used in a distributed environment where the service needs to be made available to remote clients.

Methods specified in this local version do not throw RemoteException.

Since:
1.0
See Also: