|
SCS | |||||||||
| 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.servant.IComponentServant
scs.container.servant.ContainerServant
public class ContainerServant
Servant do IComponent que implementa o componente Container
| Field Summary |
|---|
| Fields inherited from class scs.core.servant.IComponentServant |
|---|
cpId |
| Method Summary | |
|---|---|
protected java.util.ArrayList<FacetDescription> |
createFacets()
Metodo abstrato para criar as facetas nas classes derivadas |
protected boolean |
doShutdown()
Metodo abstrato para implementar o shutdown nas classes derivadas |
protected boolean |
doStartup()
Metodo abstrato para implementar o startup nas classes derivadas |
IComponent |
getEventMgr()
Retorna o EventManager associado ao containter |
static ContainerServant |
getInstance()
Retorna o servant que implementa o componente Container |
java.lang.String |
getName()
Retorna nome do container |
void |
initialize(java.lang.String name,
java.util.Properties configuration,
IComponent eventMgr)
Inicializa o componente Container |
boolean |
isInitialized()
Indica se componente foi iniciado |
| Methods inherited from class scs.core.servant.IComponentServant |
|---|
createComponentId, getComponentId, getFacet, getFacetByName, getFacets, shutdown, startup |
| 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 |
| Method Detail |
|---|
public void initialize(java.lang.String name,
java.util.Properties configuration,
IComponent eventMgr)
name - nome do containerconfiguration - conjunto de propriedades de configuracaoeventMgr - EventManager criado no execution nodepublic IComponent getEventMgr()
public static ContainerServant getInstance()
protected java.util.ArrayList<FacetDescription> createFacets()
IComponentServant
createFacets in class IComponentServantprotected boolean doShutdown()
IComponentServant
doShutdown in class IComponentServantprotected boolean doStartup()
IComponentServant
doStartup in class IComponentServantpublic boolean isInitialized()
public java.lang.String getName()
|
SCS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||