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. |
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 expressionclassExpr
- an class pointcut expressionserverHost
- the server where are located the server
objects