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.1
Author:
Digital Product Meta Library

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

Method Detail

getServiceClass

public Class getServiceClass()
                      throws RemoteException
Return the service class.

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

getVersion

public Version getVersion()
                   throws RemoteException
Return the service version.

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