|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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() |
java.lang.String |
getName()
Returns the name. |
Component |
getOwner()
Returns the owner. |
Type |
getType()
Returns the type. |
boolean |
isFcInternalItf()
see Interface.isFcInternalItf() |
boolean |
isInternal()
Returns the isInternal. |
abstract void |
setFcItfImpl(java.lang.Object impl)
Sets the object to which this interface reference object should delegate method calls. |
void |
setIsInternal(boolean isInternal)
Sets the isInternal. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOwner(Component owner)
Sets the owner. |
void |
setType(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 boolean isInternal()
public java.lang.String getName()
public Component getOwner()
public Type getType()
public void setIsInternal(boolean isInternal)
isInternal
- The isInternal to setpublic void setName(java.lang.String name)
name
- The name to setpublic void setOwner(Component owner)
owner
- The owner to setpublic void setType(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()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |