org.jboss.mq.il |
|
Java Source File Name | Type | Comment |
ClientIL.java | Interface | This interface defines the methods that the server can make asynchronouly to
a client. |
ClientILService.java | Interface | This class manages the lifecycle of an instance of the ClientIL
Implementations of this class should have a default constructor. |
Invoker.java | Interface | Defines the methods that can be called by a client on the server. |
ServerIL.java | Interface | Defines the methods that can be called by a client on the server. |
ServerILFactory.java | Interface | This interface is used to define a factory to produce ServerIL objects. |
ServerILJMXService.java | Class | This abstract class handles life cycle managment of the ServeIL. |
ServerILJMXServiceMBean.java | Interface | MBean interface. |