org.objectweb.proactive.core.component.representative
Class FunctionalInterfaceID
java.lang.Object
org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
- public class FunctionalInterfaceID
- extends java.lang.Object
Identifies the functional interface of a component by its name and the id of the body of the component
it belongs to.
- Author:
- Matthieu Morel
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FunctionalInterfaceID
public FunctionalInterfaceID(java.lang.String functionalInterfaceName,
UniqueID componentBodyID)
getFunctionalInterfaceName
public java.lang.String getFunctionalInterfaceName()
getComponentBodyID
public UniqueID getComponentBodyID()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
Copyright 2001-2005 INRIA All Rights Reserved.