|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.julia.InterceptorInterface
An Interface that is also an Interceptor. The methods of
this class are implemented by forwarding calls to the getFcItfDelegate object (which must therefore be an
Interface). This class can be used as a super class to generate
output interceptors for primitive components.
| Constructor Summary | |
InterceptorInterface()
|
|
| Method Summary | |
abstract Object |
clone()
Clones this interceptor object. |
String |
getFcItfName()
Returns the name of this interface inside its component. |
Component |
getFcItfOwner()
Returns the component to which this interface belongs. |
Type |
getFcItfType()
Returns the type of this interface. |
boolean |
isFcInternalItf()
Returns true if this interface is an internal interface. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.julia.Interceptor |
getFcItfDelegate, setFcItfDelegate |
| Methods inherited from interface org.objectweb.fractal.julia.Controller |
initFcController |
| Constructor Detail |
public InterceptorInterface()
| Method Detail |
public Component getFcItfOwner()
Interface
getFcItfOwner in interface InterfaceComponent interface of the component to which this
interface belongs.public String getFcItfName()
Interface
getFcItfName in interface Interfacepublic Type getFcItfType()
Interfaceorg.objectweb.fractal.api.type package should be
sufficient in most cases, but another one can be used if necessary.
getFcItfType in interface Interfacepublic boolean isFcInternalItf()
Interface
isFcInternalItf in interface Interfacepublic abstract Object clone()
Interceptor
clone in interface Interceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||