站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

OILClientILService (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.il.oil
Class OILClientILService

java.lang.Object
  extended byorg.jboss.mq.il.oil.OILClientILService
All Implemented Interfaces:
ClientILService, Runnable

public final class OILClientILService
extends Object
implements Runnable, ClientILService

The RMI implementation of the ConnectionReceiver object

Version:
$Revision: 1.9.4.2 $
Author:
Norbert Lataille (Norbert.Lataille@m4x.org), Hiram Chirino (Cojonudo14@hotmail.com)

Constructor Summary
OILClientILService()
           
 
Method Summary
 ClientIL getClientIL()
          getClientIL method comment.
 void init(Connection connection, Properties props)
          init method comment.
 void run()
          Main processing method for the OILClientILService object
 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

OILClientILService

public OILClientILService()
Method Detail

getClientIL

public ClientIL getClientIL()
                     throws Exception
getClientIL method comment.

Specified by:
getClientIL in interface ClientILService
Returns:
The ClientIL value
Throws:
Exception - Description of Exception

init

public void init(Connection connection,
                 Properties props)
          throws Exception
init method comment.

Specified by:
init in interface ClientILService
Parameters:
connection - Description of Parameter
props - Description of Parameter
Throws:
Exception - Description of Exception

run

public void run()
Main processing method for the OILClientILService object

Specified by:
run in interface Runnable

start

public void start()
           throws Exception
start method comment.

Specified by:
start in interface ClientILService
Throws:
Exception - Description of Exception

stop

public void stop()
          throws Exception
Description copied from interface: ClientILService
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
Throws:
Exception - Description of Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.