|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
scs.core.IComponentPOA
scs.core.IComponentServant
public class IComponentServant
This class is the basic implementation of the IDL interface
IComponent. The IComponent interface is the CORBA representation of a
SCS component.
| Field Summary | |
|---|---|
protected ComponentContext |
myComponent
Reference to the context of this facet, i.e., the local representation of its component. |
| Constructor Summary | |
|---|---|
IComponentServant(ComponentContext myComponent)
Primary constructor. |
|
| Method Summary | |
|---|---|
Object |
_get_component()
Provides the reference to the most basic facet of the component, IComponent. |
ComponentId |
getComponentId()
Provides the component's ComponentId. |
Object |
getFacet(String facet_interface)
Provides the CORBA reference to one of the component's facets, by its interface. |
Object |
getFacetByName(String facetName)
Provides the CORBA reference to one of the component's facets, by its name. |
void |
shutdown()
Empty implementation. |
void |
startup()
Empty implementation. |
| Methods inherited from class scs.core.IComponentPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ComponentContext myComponent
| Constructor Detail |
|---|
public IComponentServant(ComponentContext myComponent)
myComponent - The component that owns this facet instance.| Method Detail |
|---|
public Object getFacet(String facet_interface)
facet_interface - The facet interface.
IComponentOperations.getFacet(java.lang.String)public Object getFacetByName(String facetName)
facetName - The facet name.
IComponentOperations.getFacetByName(java.lang.String)
public void startup()
throws StartupFailed
StartupFailedIComponentOperations.startup()
public void shutdown()
throws ShutdownFailed
ShutdownFailedIComponentOperations.shutdown()public ComponentId getComponentId()
public Object _get_component()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||