|
||||||||||
| 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(Method method)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Equals method. |
FieldMetadata |
getDelegation()
|
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(Method method)
method - : method object.| Method Detail |
|---|
public Method getMethod()
public void setDelegation(FieldMetadata field)
public FieldMetadata getDelegation()
public boolean equals(Object object)
equals in class Objectobject - : object.
Object.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.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 | |||||||||