| java.lang.Object ch.ethz.prose.tools.RemoteAspectManagerImpl
RemoteAspectManagerImpl | public class RemoteAspectManagerImpl implements RemoteAspectManager(Code) | | Class RemoteAspectManagerImpl a simple implementation for the
RemoteAspectManager prose instance.
RemoteAspectManagerImpl DOES NOT export the created objects;
version: $Revision: 1.2 $ author: Andrei Popovici author: Angela Nicoara author: Gerald Linhofer |
Method Summary | |
public void | abort(Object txId) | public List | allAspects() Return a list of the current inserted extensions. | public List | allJoinpoints() | public void | commit(Object txId) | public void | init() | public void | insert(Aspect ext) Insert an extension into the underlying ProseSystem . | public void | insert(Aspect ext, Object txId) | public List | queryAspects(List aspectList, int selectFields, int groupBy) Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of Aspects. | public List | queryCrosscuts(List crosscutList, int selectFields, int groupBy) Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of Crosscuts. | public List | queryJoinpoints(List joinpointList, int selectFields, int groupBy) Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of JoinPointRequests. | public void | withdraw(AspectSurrogate ext) | public void | withdraw(AspectSurrogate ext, Object txId) |
queryAspects | public List queryAspects(List aspectList, int selectFields, int groupBy) throws RemoteException(Code) | | Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of Aspects.
|
queryCrosscuts | public List queryCrosscuts(List crosscutList, int selectFields, int groupBy) throws RemoteException(Code) | | Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of Crosscuts.
|
queryJoinpoints | public List queryJoinpoints(List joinpointList, int selectFields, int groupBy) throws RemoteException(Code) | | Return a List of Tupel objects (without duplicates) that represents the result of querying the system
with a list of JoinPointRequests.
|
|
|