|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.julia.control.binding.Util
Provides static utility methods related to BindingController.
| Method Summary | |
|---|---|
static List |
getFcClientItfsBoundTo(Component component,
Interface serverItf)
Returns the client interfaces of the given component that are bound to the given server interface. |
static Set |
getFcClientItfsBoundTo(Interface serverItf)
Returns the client interfaces that are bound to the given server interface. |
static Set |
getFcPotentialClientsOf(Interface serverItf)
Returns the potential client components of the given server interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Set getFcClientItfsBoundTo(Interface serverItf)
throws Exception
serverItf - a server interface.
Exception - if a problem occurs.
public static Set getFcPotentialClientsOf(Interface serverItf)
throws Exception
serverItf - a server interface.
Exception - if a problem occurs.
public static List getFcClientItfsBoundTo(Component component,
Interface serverItf)
throws Exception
component - a component.serverItf - a server interface.
Exception - if a problem occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||