org.objectweb.proactive.core.component.representative
Class FunctionalInterfaceID

java.lang.Object
  extended byorg.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

Constructor Summary
FunctionalInterfaceID(java.lang.String functionalInterfaceName, UniqueID componentBodyID)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 UniqueID getComponentBodyID()
           
 java.lang.String getFunctionalInterfaceName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalInterfaceID

public FunctionalInterfaceID(java.lang.String functionalInterfaceName,
                             UniqueID componentBodyID)
Method Detail

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.