org.ow2.petals.microkernel.api.server
Class Binding
java.lang.Object
org.ow2.petals.microkernel.api.server.Binding
public class Binding
- extends Object
- Author:
- Nicolas Salatge - EBM WebSourcing
Constructor Summary |
Binding(String cin,
org.objectweb.fractal.api.Interface si)
Default Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Binding
public Binding(String cin,
org.objectweb.fractal.api.Interface si)
- Default Constructor.
- Parameters:
cin
- the name of the client interfacesi
- the interface of the server
getClientInterfaceName
public String getClientInterfaceName()
- Get the client interface.
- Returns:
- The interface of the client
getServerInterface
public org.objectweb.fractal.api.Interface getServerInterface()
- Get the server interfaces.
- Returns:
- The interface of the server
Copyright © 2005-2015 Linagora. All Rights Reserved.