|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a Blues singleton configuration.
Field Summary | |
static Types |
validImplementationTypes
A specification satisfied by JavaBeans. |
static Types |
validSingletonTypes
A specification satisfied by classes or interfaces. |
Method Summary | |
void |
configure(java.lang.Object implementationInstance)
Configures an instance of the implementation type. |
java.lang.Class |
getImplementationType()
Return the type used to implement the singleon. |
java.lang.Class |
getSingeltonType()
Returns the public singleton type. |
Field Detail |
public static final Types validSingletonTypes
public static final Types validImplementationTypes
Method Detail |
public java.lang.Class getSingeltonType()
public java.lang.Class getImplementationType()
public void configure(java.lang.Object implementationInstance)
implementationInstance
- An instance of the implementation type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |