|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An extended Interface
interface. This extended interface provides
access to the object that implements a component interface.
Method Summary | |
Object |
clone()
Creates and returns a copy of this component interface. |
Object |
getFcItfImpl()
Returns the object that implements this component interface. |
boolean |
hasFcInterceptor()
Returns true if this interface has a permanently associated interceptor. |
void |
setFcItfImpl(Object impl)
Sets the object that implements this component interface. |
void |
setFcItfName(String name)
Sets the name of this component interface. |
Methods inherited from interface org.objectweb.fractal.api.Interface |
getFcItfName, getFcItfOwner, getFcItfType, isFcInternalItf |
Method Detail |
public void setFcItfName(String name)
name
- the new name of this component interface.public Object getFcItfImpl()
setFcItfImpl
public void setFcItfImpl(Object impl)
impl
- the object that implements this component interface.getFcItfImpl
public boolean hasFcInterceptor()
getFcItfImpl
instanceof Interceptor (but
it implies it).
public Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |