|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a Blues service configuration.
Field Summary | |
static Types |
validServiceTypes
A specification satisfied by non-final JavaBeans. |
Method Summary | |
void |
configure(java.lang.Object serviceInstance,
Directory serviceDirectory)
Configures an instance of the service type. |
java.lang.Class[] |
getIntroducedInterfaces()
Returns all of the interfaces that will be introduced to the service type. |
java.lang.String |
getName()
Returns the name of this service. |
java.lang.Class |
getServiceType()
Return the type used to implement the service. |
Field Detail |
public static final Types validServiceTypes
Method Detail |
public java.lang.String getName()
public java.lang.Class getServiceType()
public java.lang.Class[] getIntroducedInterfaces()
public void configure(java.lang.Object serviceInstance, Directory serviceDirectory)
serviceInstance
- The instance of the service type to coinfigure.serviceDirectory
- The directory to look up refrenced services in.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |