net.dpml.component
Interface Service

All Superinterfaces:
Remote

public interface Service
extends Remote

The Component interface is implemented by objects that handle the runtime state of a component instance.

Version:
1.0.4
Author:
Digital Product Meta Library

Method Summary
 Class getServiceClass()
          Return the service class.
 Version getVersion()
          Return the service version.
 

Method Detail

getServiceClass

Class getServiceClass()
                      throws RemoteException
Return the service class.

Returns:
the service class
Throws:
RemoteException - if a remoting I/O error occurs

getVersion

Version getVersion()
                   throws RemoteException
Return the service version.

Returns:
the version
Throws:
RemoteException - if a remoting I/O error occurs