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

ClientIL (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.il
Interface ClientIL

All Known Subinterfaces:
RMIClientILRemote
All Known Implementing Classes:
HTTPClientIL, JVMClientIL, OIL2ClientIL, OILClientIL, RMIClientIL, UILClientIL

public interface ClientIL

This interface defines the methods that the server can make asynchronouly to a client. (ie. to deliver messages)

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

Method Summary
 void close()
          The connection is closed
 void deleteTemporaryDestination(SpyDestination dest)
          One TemporaryDestination has been deleted
 void pong(long serverTime)
          Response to a ping sent by a client.
 void receive(ReceiveRequest[] messages)
          A message has arrived for the Connection.
 

Method Detail

deleteTemporaryDestination

public void deleteTemporaryDestination(SpyDestination dest)
                                throws Exception
One TemporaryDestination has been deleted

Parameters:
dest - Description of Parameter
Throws:
Exception - Description of Exception

close

public void close()
           throws Exception
The connection is closed

Throws:
Exception - Description of Exception

receive

public void receive(ReceiveRequest[] messages)
             throws Exception
A message has arrived for the Connection. Deliver messages to client.

Parameters:
messages - Description of Parameter
Throws:
Exception - Description of Exception

pong

public void pong(long serverTime)
          throws Exception
Response to a ping sent by a client.

Parameters:
serverTime - Description of Parameter
Throws:
Exception - Description of Exception


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