|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.Wrapper | +--org.objectweb.jac.aspects.distribution.DeploymentWrapper
This wrapper wraps constructors in order to deploy the objects on remote host(s) after their initialization.
Field Summary |
Fields inherited from class org.objectweb.jac.core.Wrapper |
ac |
Constructor Summary | |
DeploymentWrapper(AspectComponent ac,
String hostExpr,
Boolean state)
The constructor. |
Method Summary | |
void |
deploy(Interaction i)
Actually performs the deployment on a constructor interaction. |
Methods inherited from class org.objectweb.jac.core.Wrapper |
attr, attrdef, defines, getAspectComponent, getAspectComponentName, getExceptionHandlers, proceed, setAspectComponent, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeploymentWrapper(AspectComponent ac, String hostExpr, Boolean state)
ac
- the aspect component that owns this wrapperhostExpr
- a regular expression that gives the host where
the wrapped object should be deployedstate
- a flag that tells if the state of the deployed
object should be copied on the remote host(s) or notMethod Detail |
public void deploy(Interaction i)
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |