|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.ProActiveInterface
Abstract implementation of the Interface interface of the Fractal api. As functional interfaces are specified for each component, they are generated at instantiation time (bytecode generation), by subclassing this class.
Constructor Summary | |
ProActiveInterface()
|
Method Summary | |
abstract java.lang.Object |
getFcItfImpl()
getter |
java.lang.String |
getFcItfName()
see Interface.getFcItfName() |
Component |
getFcItfOwner()
see Interface.getFcItfOwner() |
Type |
getFcItfType()
see Interface.getFcItfType() |
boolean |
isFcInternalItf()
see Interface.isFcInternalItf() |
void |
setFcIsInternal(boolean isInternal)
Sets the isInternal. |
abstract void |
setFcItfImpl(java.lang.Object impl)
Sets the object to which this interface reference object should delegate method calls. |
void |
setFcItfName(java.lang.String name)
Sets the name. |
void |
setFcOwner(Component owner)
Sets the owner. |
void |
setFcType(Type type)
Sets the type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProActiveInterface()
Method Detail |
public Component getFcItfOwner()
Interface.getFcItfOwner()
getFcItfOwner
in interface Interface
public java.lang.String getFcItfName()
Interface.getFcItfName()
getFcItfName
in interface Interface
public Type getFcItfType()
Interface.getFcItfType()
getFcItfType
in interface Interface
public boolean isFcInternalItf()
Interface.isFcInternalItf()
isFcInternalItf
in interface Interface
public void setFcIsInternal(boolean isInternal)
isInternal
- The isInternal to setpublic void setFcItfName(java.lang.String name)
name
- The name to setpublic void setFcOwner(Component owner)
owner
- The owner to setpublic void setFcType(Type type)
type
- The type to setpublic abstract java.lang.Object getFcItfImpl()
public abstract void setFcItfImpl(java.lang.Object impl)
impl
- the object to which this interface reference object should
delegate method calls.getFcItfImpl
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |