org.objectweb.fractal.aokell.lib.interf
Class Delegator
java.lang.Object
org.objectweb.fractal.aokell.lib.interf.Delegator
public class Delegator
- extends Object
This class manages instances implementing Fractal interfaces.
- Author:
- Lionel Seinturier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delegator
public Delegator()
generate
public static Object generate(InterfaceType it,
Component itfOwner,
Object content,
boolean isFcInternalInterface,
boolean boundable)
- Return an instance implementing a given Fractal interface type.
- Parameters:
it
- the interface typeitfOwner
- the component associated to the interfacecontent
- the content to which the call must be delegatedisFcInternalInterface
- true is the interface is internalboundable
- true if the interface can be bound (e.g. client for a primitive)
false otherwise (e.g. server for a primitive)
- Returns:
- the proxy