public class JoinPoint extends Object
| Constructor and Description |
|---|
JoinPoint(String actorId,
JoinPointType type) |
| Modifier and Type | Method and Description |
|---|---|
static JoinPoint |
createJoinPoint(Class annotatedClass,
JoinPointType type) |
boolean |
equals(Object obj) |
String |
getActorId() |
JoinPointType |
getType() |
int |
hashCode() |
String |
toString() |
public JoinPoint(String actorId, JoinPointType type)
public String getActorId()
public JoinPointType getType()
public static JoinPoint createJoinPoint(Class annotatedClass, JoinPointType type)
Copyright © 2003-2018 GateIn. All Rights Reserved.