|
||||||||||
| 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.SpecificationMetadata
public class SpecificationMetadata
Represent a service specification.
| Constructor Summary | |
|---|---|
SpecificationMetadata(Class clazz,
String type,
ProvidedServiceHandler psd)
Constructor. |
|
SpecificationMetadata(String name,
BundleContext context,
boolean isAggregate,
boolean isOptional,
ProvidedServiceHandler psd)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getComponentType()
|
MethodMetadata |
getMethodByName(String name)
Get a method by its name. |
List |
getMethods()
|
String |
getName()
|
boolean |
isAggregate()
|
boolean |
isInterface()
|
boolean |
isOptional()
|
void |
setIsOptional(boolean optional)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecificationMetadata(String name,
BundleContext context,
boolean isAggregate,
boolean isOptional,
ProvidedServiceHandler psd)
name - : specification name.context - : bundle context.isAggregate - : is the specification aggregate.isOptional - : is the specification optional.psd - : the handler.
public SpecificationMetadata(Class clazz,
String type,
ProvidedServiceHandler psd)
clazz - : classtype - : component typepsd - : the parent handler| Method Detail |
|---|
public String getName()
public List getMethods()
public MethodMetadata getMethodByName(String name)
name - : method name
public boolean isAggregate()
public boolean isOptional()
public boolean isInterface()
public void setIsOptional(boolean optional)
public String getComponentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||