org.ow2.petals.microkernel.api.server
Class Binding

java.lang.Object
  extended by 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.
 
Method Summary
 String getClientInterfaceName()
          Get the client interface.
 org.objectweb.fractal.api.Interface getServerInterface()
          Get the server interfaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binding

public Binding(String cin,
               org.objectweb.fractal.api.Interface si)
Default Constructor.

Parameters:
cin - the name of the client interface
si - the interface of the server
Method Detail

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.