|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.component.Bindings
A bindings container. This class stores the following bindings for a given component : - thisComponent.clientInterface --> serverComponent.serverInterface (it also takes in charge collective bindings, ie 1 client to serveral servers) - thisParallelComponent.serverInterface --> serverComponents.serverInterface (in the case of a parallel component, requests on a server port are forwarded to the inner components)
Constructor Summary | |
Bindings()
|
Method Summary | |
void |
add(Binding binding)
|
boolean |
containsBindingOn(java.lang.String clientItfName)
tests if binding exists on the given interface |
java.lang.Object |
get(java.lang.String clientItfName)
|
java.lang.String[] |
getExternalClientBindings()
Returns the names of the external client bindings for this component. |
java.lang.Object |
remove(java.lang.String clientItfName)
removes the binding on the given client interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Bindings()
Method Detail |
public void add(Binding binding)
binding
- the binding to addpublic java.lang.Object remove(java.lang.String clientItfName)
public java.lang.Object get(java.lang.String clientItfName)
public boolean containsBindingOn(java.lang.String clientItfName)
clientItfName
- the client inteface to check
public java.lang.String[] getExternalClientBindings()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |