|
SCS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
scs.container.ComponentCollectionPOA
scs.container.servant.ComponentCollectionServant
public class ComponentCollectionServant
Servant da interface scs::container::ComponentCollection
| Constructor Summary | |
|---|---|
ComponentCollectionServant()
ctor default |
|
| Method Summary | |
|---|---|
void |
addComponent(ComponentHandle compHandle)
Metodo para adicionar um componente a colecao existente |
ComponentHandle[] |
getComponent(ComponentId id)
Retorna o conjunto de instancias de um componente representado por ComponentId |
ComponentHandle[] |
getComponents()
Retorna todas as instancias de componentes que executam no container |
boolean |
removeComponent(ComponentHandle compHandle)
Remove um componente da colecao |
| Methods inherited from class scs.container.ComponentCollectionPOA |
|---|
_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 |
| Constructor Detail |
|---|
public ComponentCollectionServant()
| Method Detail |
|---|
public ComponentHandle[] getComponent(ComponentId id)
id - ComponentId representando o componente cujas intancias devem ser retornadaspublic ComponentHandle[] getComponents()
public void addComponent(ComponentHandle compHandle)
compHandle - ComponentHandle contendo as informacoes do novo componente carregadopublic boolean removeComponent(ComponentHandle compHandle)
compHandle - ComponentHandle descrevendo o componente a ser removido
|
SCS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||