org.objectweb.proactive.core.component
Interface ProActiveInterface

All Superinterfaces:
Interface
All Known Implementing Classes:
ProActiveInterfaceImpl

public interface ProActiveInterface
extends Interface

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.

Author:
Matthieu Morel

Method Summary
 java.lang.Object getFcItfImpl()
          getter
 void setFcIsInternal(boolean isInternal)
          Sets the isInternal.
 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.
 
Methods inherited from interface org.objectweb.fractal.api.Interface
getFcItfName, getFcItfOwner, getFcItfType, isFcInternalItf
 

Method Detail

setFcIsInternal

public void setFcIsInternal(boolean isInternal)
Sets the isInternal.

Parameters:
isInternal - The isInternal to set

setFcItfName

public void setFcItfName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setFcItfOwner

public void setFcItfOwner(Component owner)
Sets the owner.

Parameters:
owner - The owner to set

setFcType

public void setFcType(Type type)
Sets the type.

Parameters:
type - The type to set

getFcItfImpl

public java.lang.Object getFcItfImpl()
getter

Returns:
the delegatee

setFcItfImpl

public void setFcItfImpl(java.lang.Object impl)
Sets the object to which this interface reference object should delegate method calls.

Parameters:
impl - the object to which this interface reference object should delegate method calls.
See Also:
getFcItfImpl


Copyright 2001-2005 INRIA All Rights Reserved.