|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.joinpoint.plugins.BasicJoinpointFactory
public class BasicJoinpointFactory
A basic join point factory
| Field Summary | |
|---|---|
protected ClassInfo |
classInfo
The class info |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
BasicJoinpointFactory(ClassInfo classInfo)
|
|
| Method Summary | |
|---|---|
ClassInfo |
getClassInfo()
Get the class info for this join point factory |
ConstructorJoinpoint |
getConstructorJoinpoint(ConstructorInfo constructorInfo)
Get a constructor join point |
FieldGetJoinpoint |
getFieldGetJoinpoint(FieldInfo fieldInfo)
Get a field get join point |
FieldSetJoinpoint |
getFieldSetJoinpoint(FieldInfo fieldInfo)
Get a field set join point |
MethodJoinpoint |
getMethodJoinpoint(MethodInfo methodInfo)
Get a method join point |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ClassInfo classInfo
| Constructor Detail |
|---|
public BasicJoinpointFactory(ClassInfo classInfo)
| Method Detail |
|---|
public ClassInfo getClassInfo()
JoinpointFactory
getClassInfo in interface JoinpointFactory
public ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo)
throws JoinpointException
JoinpointFactory
getConstructorJoinpoint in interface JoinpointFactoryconstructorInfo - the constructor info
JoinpointException - when no such constructor
public FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
JoinpointFactory
getFieldGetJoinpoint in interface JoinpointFactoryfieldInfo - the field info
JoinpointException - when no such field
public FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
JoinpointFactory
getFieldSetJoinpoint in interface JoinpointFactoryfieldInfo - the field info
JoinpointException - when no such field
public MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo)
throws JoinpointException
JoinpointFactory
getMethodJoinpoint in interface JoinpointFactorymethodInfo - the method info
JoinpointException - when no such methodpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||