|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.ProActiveInterfaceImpl
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 | |
ProActiveInterfaceImpl()
|
Method Summary | |
abstract java.lang.Object |
getFcItfImpl()
getter |
java.lang.String |
getFcItfName()
|
Component |
getFcItfOwner()
|
Type |
getFcItfType()
|
boolean |
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 |
setFcItfOwner(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 ProActiveInterfaceImpl()
Method Detail |
public Component getFcItfOwner()
getFcItfOwner
in interface Interface
public java.lang.String getFcItfName()
getFcItfName
in interface Interface
public Type getFcItfType()
getFcItfType
in interface Interface
public boolean isFcInternalItf()
isFcInternalItf
in interface Interface
public void setFcIsInternal(boolean isInternal)
ProActiveInterface
setFcIsInternal
in interface ProActiveInterface
isInternal
- The isInternal to setpublic void setFcItfName(java.lang.String name)
ProActiveInterface
setFcItfName
in interface ProActiveInterface
name
- The name to setpublic void setFcItfOwner(Component owner)
ProActiveInterface
setFcItfOwner
in interface ProActiveInterface
owner
- The owner to setpublic void setFcType(Type type)
ProActiveInterface
setFcType
in interface ProActiveInterface
type
- The type to setpublic abstract java.lang.Object getFcItfImpl()
ProActiveInterface
getFcItfImpl
in interface ProActiveInterface
public abstract void setFcItfImpl(java.lang.Object impl)
ProActiveInterface
setFcItfImpl
in interface ProActiveInterface
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 |