org.objectweb.fractal.jonathan
Class JConnectionMgr

java.lang.Object
  extended by org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr
      extended by org.objectweb.fractal.jonathan.JConnectionMgr
All Implemented Interfaces:
org.objectweb.fractal.api.control.BindingController, TcpIpConnectionMgr

public class JConnectionMgr
extends JConnectionMgr
implements org.objectweb.fractal.api.control.BindingController

A Fractal compliant JConnectionMgr subclass.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr
JConnectionMgr.Connection
 
Field Summary
 
Fields inherited from class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr
factory, max_idle
 
Constructor Summary
JConnectionMgr()
           
 
Method Summary
 void bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
           
 java.lang.String[] listFc()
           
 java.lang.Object lookupFc(java.lang.String clientItfName)
           
 void unbindFc(java.lang.String clientItfName)
           
 
Methods inherited from class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr
getCanonicalHostName, newCltConnection, newCltConnection, newSrvConnectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JConnectionMgr

public JConnectionMgr()
Method Detail

listFc

public java.lang.String[] listFc()
Specified by:
listFc in interface org.objectweb.fractal.api.control.BindingController

lookupFc

public java.lang.Object lookupFc(java.lang.String clientItfName)
Specified by:
lookupFc in interface org.objectweb.fractal.api.control.BindingController

bindFc

public void bindFc(java.lang.String clientItfName,
                   java.lang.Object serverItf)
Specified by:
bindFc in interface org.objectweb.fractal.api.control.BindingController

unbindFc

public void unbindFc(java.lang.String clientItfName)
Specified by:
unbindFc in interface org.objectweb.fractal.api.control.BindingController


Copyright © 2008 OW2 Consortium. All Rights Reserved.