com.ebmwebsourcing.easycommons.sca.helper.impl
Class Binding

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.sca.helper.impl.Binding

public class Binding
extends java.lang.Object

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
Binding(java.lang.String cin, org.objectweb.fractal.api.Interface si)
          Default Constructor.
 
Method Summary
 java.lang.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(java.lang.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 java.lang.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 © 2011 Petals Link. All Rights Reserved.