dermi.activation
Interface Activator

All Superinterfaces:
ERemote
All Known Implementing Classes:
ActivatorImpl

@DermiRemoteInterface
public interface Activator
extends ERemote

Interface to object's methods

Author:
Carles Pairot

Method Summary
 void activate(NodeHandle nh, java.io.Serializable objectData)
           
 boolean isAlreadyActive(NodeHandle nh, java.lang.String objectId)
           
 
Methods inherited from interface dermi.ERemote
close, copy, getERef, init
 

Method Detail

isAlreadyActive

@RemoteMethod(granularity=DIRECTCALL,
              type=SYNCHRONOUS)
boolean isAlreadyActive(NodeHandle nh,
                                                                         java.lang.String objectId)
                        throws RemoteException
Throws:
RemoteException

activate

@RemoteMethod(granularity=DIRECTCALL,
              type=SYNCHRONOUS)
void activate(NodeHandle nh,
                                                               java.io.Serializable objectData)
              throws RemoteException
Throws:
RemoteException