dermi.activation
Class ActivatorClient

java.lang.Object
  extended by dermi.activation.ActivatorClient

public class ActivatorClient
extends java.lang.Object

This class encapsulates a client willing to access the Activator object server

Author:
Carles Pairot

Constructor Summary
ActivatorClient(java.util.Properties env)
           
 
Method Summary
 void activate(NodeHandle nh, java.io.Serializable objectData)
           
 void close()
          Close client
 boolean isAlreadyActive(NodeHandle nh, java.lang.String objectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivatorClient

public ActivatorClient(java.util.Properties env)
Method Detail

isAlreadyActive

public boolean isAlreadyActive(NodeHandle nh,
                               java.lang.String objectId)

activate

public void activate(NodeHandle nh,
                     java.io.Serializable objectData)
              throws RemoteException
Throws:
RemoteException

close

public void close()
           throws RemoteException
Close client

Throws:
RemoteException - If something goes wrong ;-)