Public Member Functions | |
BACILibrary () | |
void | contractBroken (abeans.core.Node source, Policy policy) |
void | contractChanged (PolicyManager.Contract newContract) |
Family | createDefaultFamily (ApplicationContext ctx) |
void | deregisterApplication (ApplicationContext ctx) |
abeans.core.ComponentDescriptor | getComponentDescriptor () |
String | getName () |
void | initialize (ComponentManager manager, Object state, abeans.core.ComponentDescriptor cdesc) throws ComponentInitializationException, IllegalComponentStateException |
void | registerApplication (ApplicationContext ctx) |
ConnectableRealization | getDescriptor (Connectable target) |
LinkableRealization | getDescriptor (Linkable target) |
ModelingElementDescriptor | getDescriptor (RemoteInfo target) |
Class[] | getModelingElementDescriptorTypes () |
BeanInfo | newBeanInfoInstance (ConnectableRealization cd) |
BeanInfo | newBeanInfoInstance (LinkableRealization ld) |
Abean | newModelInstance (RemoteInfo target) throws InstantiationException |
abeans.datatypes.TypelessProperty | newProperty (RemoteInfo info, Family family) throws InstantiationException |
Private Member Functions | |
AbeansDirectory | getDirectory () |
Private Attributes | |
abeans.core.ComponentDescriptor | cdesc = null |
AbeansDirectory | directory |
Static Private Attributes | |
final Class[] | modelingElementDescriptorTypes |
|
Default constructor. |
|
This method is called to inform the
|
|
Called by the
|
|
Returns default family for the gived application context.
|
|
|
|
Returns an instance of the
|
|
|
|
|
|
|
|
Helper method returning (and caching) abeans directory.
|
|
|
|
Returns component name.
|
|
Initializes the component. This includes any processing neccessary by the service when it is passed the parent (
|
|
|
|
|
|
Attempts to create new instance of object (Abean). This method queries the directory in order to obtain the neccessary information, then attempts to instantiate the object.
|
|
|
|
Insert the method's description here. Creation date: (7/6/01 3:57:54 PM)
|
|
Component descriptor. |
|
Abeans directory. |
|
Initial value: List of supported modeling types. |