|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.composite.service.provides.MethodMetadata
public class MethodMetadata
Information on Method for the composition.
Field Summary | |
---|---|
static int |
ALL_POLICY
ALL POLICY. |
static int |
ONE_POLICY
ONE POLICY. |
Constructor Summary | |
---|---|
MethodMetadata(java.lang.reflect.Method method)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Equals method. |
FieldMetadata |
getDelegation()
|
java.lang.reflect.Method |
getMethod()
|
int |
getPolicy()
|
int |
hashCode()
Hash code method. |
void |
setAllPolicy()
Activate the all policy for this method. |
void |
setDelegation(FieldMetadata field)
|
protected boolean |
throwsUnsupportedOperationException()
Check if the method can throw UnsupportedOperationException. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ONE_POLICY
public static final int ALL_POLICY
Constructor Detail |
---|
public MethodMetadata(java.lang.reflect.Method method)
method
- : method object.Method Detail |
---|
public java.lang.reflect.Method getMethod()
public void setDelegation(FieldMetadata field)
public FieldMetadata getDelegation()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- : object.
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public int getPolicy()
public void setAllPolicy()
protected boolean throwsUnsupportedOperationException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |