|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClazzOperation | |
|---|---|
| org.apache.commons.clazz | |
| org.apache.commons.clazz.bean | |
| org.apache.commons.clazz.reflect | |
| org.apache.commons.clazz.reflect.common | |
| Uses of ClazzOperation in org.apache.commons.clazz |
|---|
| Methods in org.apache.commons.clazz that return ClazzOperation | |
|---|---|
abstract ClazzOperation |
Clazz.getOperation(String signature)
Returns the Operation for the given signature. |
| Methods in org.apache.commons.clazz with parameters of type ClazzOperation | |
|---|---|
protected void |
Clazz.fireOperationAdded(ClazzOperation operation)
|
protected void |
Clazz.fireOperationRemoved(ClazzOperation operation)
|
void |
ClazzChangeListener.operationAdded(Clazz clazz,
ClazzOperation operation)
|
void |
ClazzChangeListener.operationRemoved(Clazz clazz,
ClazzOperation operation)
|
| Uses of ClazzOperation in org.apache.commons.clazz.bean |
|---|
| Classes in org.apache.commons.clazz.bean that implement ClazzOperation | |
|---|---|
class |
BeanClazzOperation
|
| Methods in org.apache.commons.clazz.bean that return ClazzOperation | |
|---|---|
ClazzOperation |
BeanClazz.getOperation(String signature)
|
| Methods in org.apache.commons.clazz.bean with parameters of type ClazzOperation | |
|---|---|
void |
BeanClazz.addDeclaredOperation(ClazzOperation operation)
|
protected void |
BeanClazz.addOperation(ClazzOperation operation)
Called indirectly when declared operations are manipulated. |
void |
BeanClazz.removeDeclaredOperation(ClazzOperation operation)
|
protected void |
BeanClazz.removeOperation(ClazzOperation operation)
Called indirectly when declared operations are manipulated. |
| Uses of ClazzOperation in org.apache.commons.clazz.reflect |
|---|
| Methods in org.apache.commons.clazz.reflect that return ClazzOperation | |
|---|---|
ClazzOperation |
ReflectedClazz.getOperation(String signature)
|
| Methods in org.apache.commons.clazz.reflect with parameters of type ClazzOperation | |
|---|---|
protected void |
ReflectedClazz.addOperation(ClazzOperation operation)
|
| Uses of ClazzOperation in org.apache.commons.clazz.reflect.common |
|---|
| Classes in org.apache.commons.clazz.reflect.common that implement ClazzOperation | |
|---|---|
class |
ReflectedMethodOperation
A ClazzOperation that is a wrapper for a java method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||