|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeFactory
This is a factory for component representatives.
Method Summary | |
ProActiveComponentRepresentative |
createComponentRepresentative(ComponentType componentType,
java.lang.String hierarchicalType,
Proxy proxy)
Creates a component representative according to the type of the component (it also generates the required functional interfaces), and connects the representative to the given proxy |
static ProActiveComponentRepresentativeFactory |
instance()
returns the unique instance in the jvm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ProActiveComponentRepresentativeFactory instance()
public ProActiveComponentRepresentative createComponentRepresentative(ComponentType componentType, java.lang.String hierarchicalType, Proxy proxy)
componentType
- the type of the componentproxy
- the proxy to the active object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |