org.jboss.mq.il.jvm
Class JVMClientILService

java.lang.Object
  extended byorg.jboss.mq.il.jvm.JVMClientILService
All Implemented Interfaces:
ClientILService (src)

public class JVMClientILService
extends java.lang.Object
implements ClientILService (src)

The RMI implementation of the ConnectionReceiver object


Constructor Summary
JVMClientILService()
           
 
Method Summary
 ClientIL (src) getClientIL()
          getClientIL method comment.
 void init(Connection (src)  connection, java.util.Properties props)
          init method comment.
 void start()
          start method comment.
 void stop()
          Once stopped, the ClientIL instance stop processing all server requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMClientILService

public JVMClientILService()
Method Detail

getClientIL

public ClientIL (src)  getClientIL()
                     throws java.lang.Exception
getClientIL method comment.

Specified by:
getClientIL in interface ClientILService (src)
Returns:
The ClientIL value
Throws:
java.lang.Exception - Description of Exception

start

public void start()
           throws java.lang.Exception
start method comment.

Specified by:
start in interface ClientILService (src)
Throws:
java.lang.Exception - Description of Exception

stop

public void stop()
          throws java.lang.Exception
Description copied from interface: ClientILService (src)
Once stopped, the ClientIL instance stop processing all server requests. if( cr_server != null ) cr_server.close(); if (cr!=null && cr instanceof java.rmi.Remote) { java.rmi.server.UnicastRemoteObject.unexportObject((java.rmi.Remote)cr, true); }

Specified by:
stop in interface ClientILService (src)
Throws:
java.lang.Exception - Description of Exception

init

public void init(Connection (src)  connection,
                 java.util.Properties props)
          throws java.lang.Exception
init method comment.

Specified by:
init in interface ClientILService (src)
Parameters:
connection - Description of Parameter
props - Description of Parameter
Throws:
java.lang.Exception - Description of Exception