|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.Bindings
A bindings container. This class stores the following bindings for a given component :
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)
Method get. |
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)
clientItfName
- String name of the binding
public java.lang.Object get(java.lang.String clientItfName)
clientItfName
- String
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 |