dermi
Interface EInterceptor

All Superinterfaces:
ERemote

public interface EInterceptor
extends ERemote

This interface is used to identify objects that can be intercepted by Dermi's distributed interception mechanism.
It is internally used by Dermi to create interceptor subscriptions so IT IS NOT AIMED FOR END USERS.

Version:
1.2
Author:
Carles Pairot

Method Summary
 void addInterceptor()
          This method adds a remote interceptor to the remote object.
 void removeInterceptor()
          This method removes a remote interceptor from the remote object.
 
Methods inherited from interface dermi.ERemote
close, copy, getERef, init
 

Method Detail

addInterceptor

void addInterceptor()
                    throws RemoteException
This method adds a remote interceptor to the remote object.

Throws:
RemoteException - If the connection to the event service fails.

removeInterceptor

void removeInterceptor()
                       throws RemoteException
This method removes a remote interceptor from the remote object.

Throws:
RemoteException - If the connection to the event service fails.