RMI Palette
Remote Method Invocation (RMI) is a protocol for calling operations on remote Java objects. ActiveMatrix BusinessWorks can act as server for incoming RMI calls, or ActiveMatrix BusinessWorks can use RMI to retrieve a remote object. For client interactions, either a remote Java object on an RMI server or an Enterprise Java Bean (EJB) can be retrieved. For server interactions, a client can make an RMI call to ActiveMatrix BusinessWorks that initiates a process instance.
This section assumes that you are familiar with the RMI protocol. For more information, see: http://java.sun.com/docs/books/tutorial/rmi/index.html.
Subtopics