org.objectweb.proactive.core.component
Class Binding

java.lang.Object
  |
  +--org.objectweb.proactive.core.component.Binding
All Implemented Interfaces:
java.io.Serializable

public class Binding
extends java.lang.Object
implements java.io.Serializable

Stores a binding between a client interface and a server interface.

Author:
Matthieu Morel
See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
Binding(Interface clientInterface, Interface serverInterface)
           
 
Method Summary
 Interface getClientInterface()
           
 Interface getServerInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger
Constructor Detail

Binding

public Binding(Interface clientInterface,
               Interface serverInterface)
Parameters:
clientInterface - a reference on a client interface
serverInterface - a reference on a server interface
Method Detail

getClientInterface

public Interface getClientInterface()
Returns:
the client interface

getServerInterface

public Interface getServerInterface()
Returns:
the server interface


Copyright © April 2004 INRIA All Rights Reserved.