当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 messaging API Documentation 英文版文档
RMIClientIL (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档
org.jboss.mq.il.rmi
Class RMIClientIL
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.jboss.mq.il.rmi.RMIClientIL
- All Implemented Interfaces:
- ClientIL, Remote, RMIClientILRemote, Serializable
- public class RMIClientIL
- extends UnicastRemoteObject
- implements RMIClientILRemote
The RMI implementation of the ConnectionReceiver object
- Version:
- $Revision: 1.8 $
- Author:
- Norbert Lataille (Norbert.Lataille@m4x.org), Hiram Chirino (Cojonudo14@hotmail.com)
- See Also:
- Serialized Form
RMIClientIL
public RMIClientIL(Connection c)
throws RemoteException
close
public void close()
throws Exception
- #Description of the Method
- Specified by:
close
in interface RMIClientILRemote
- Throws:
Exception
- Description of Exception
deleteTemporaryDestination
public void deleteTemporaryDestination(SpyDestination dest)
throws javax.jms.JMSException
- #Description of the Method
- Specified by:
deleteTemporaryDestination
in interface RMIClientILRemote
- Parameters:
dest
- Description of Parameter
- Throws:
javax.jms.JMSException
- Description of Exception
receive
public void receive(ReceiveRequest[] messages)
throws Exception
- #Description of the Method
- Specified by:
receive
in interface RMIClientILRemote
- Parameters:
messages
- Description of Parameter
- Throws:
Exception
- Description of Exception
pong
public void pong(long serverTime)
throws javax.jms.JMSException
- pong method comment.
- Specified by:
pong
in interface RMIClientILRemote
- Parameters:
serverTime
- Description of Parameter
- Throws:
javax.jms.JMSException
- Description of Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.