org.objectweb.jac.aspects.distribution
Interface RemoteAccessConf

All Known Implementing Classes:
RemoteAccessAC

public interface RemoteAccessConf

This is the conficuration interface of the remote access aspect.

Author:
Renaud Pawlak
See Also:
RemoteAccessAC, DeploymentRule

Method Summary
 void createRemoteAccess(String nameExpr, String classExpr, String methodExpr, String serverHost)
          This conficuration method creates remote-access stubs for the objects matching names and classes on a server host.
 

Method Detail

createRemoteAccess

public void createRemoteAccess(String nameExpr,
                               String classExpr,
                               String methodExpr,
                               String serverHost)
This conficuration method creates remote-access stubs for the objects matching names and classes on a server host.

Parameters:
nameExpr - an object pointcut expression
classExpr - an class pointcut expression
serverHost - the server where are located the server objects