|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.component.type.ProActiveInterfaceType
Implementation of InterfaceType (@see org.objectweb.fractal.api.type.InterfaceType)
Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
ProActiveInterfaceType()
Constructor for ProActiveInterfaceType. |
|
ProActiveInterfaceType(InterfaceType itfType)
copy constructor |
|
ProActiveInterfaceType(java.lang.String name,
java.lang.String signature,
boolean isClient,
boolean isOptional,
boolean isCollection)
Constructor for ProActiveInterfaceType. |
Method Summary | |
java.lang.String |
getFcItfName()
|
java.lang.String |
getFcItfSignature()
|
boolean |
isFcClientItf()
|
boolean |
isFcCollectionItf()
|
boolean |
isFcOptionalItf()
|
boolean |
isFcSubTypeOf(Type type)
TODO : provide implementation for isFcSubTypeOf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public ProActiveInterfaceType()
public ProActiveInterfaceType(InterfaceType itfType)
public ProActiveInterfaceType(java.lang.String name, java.lang.String signature, boolean isClient, boolean isOptional, boolean isCollection)
Method Detail |
public java.lang.String getFcItfName()
getFcItfName
in interface InterfaceType
InterfaceType.getFcItfName()
public java.lang.String getFcItfSignature()
getFcItfSignature
in interface InterfaceType
InterfaceType.getFcItfSignature()
public boolean isFcClientItf()
isFcClientItf
in interface InterfaceType
InterfaceType.isFcClientItf()
public boolean isFcOptionalItf()
isFcOptionalItf
in interface InterfaceType
InterfaceType.isFcOptionalItf()
public boolean isFcCollectionItf()
isFcCollectionItf
in interface InterfaceType
InterfaceType.isFcCollectionItf()
public boolean isFcSubTypeOf(Type type)
isFcSubTypeOf
in interface Type
Type.isFcSubTypeOf(Type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |