Server Communication
For details about how to use the Server Communication objects, please see the Server Side Menu under the Examples tab. Please also load the files from the examples folder in the JDesignerPro directory. Look at the Interaction Manager to learn how its methods are used.1. Server Push
Message receiver, Message sender
JDesignerPro gives you a simple and powerful way to do Server Push to client interfaces. Have the server send data or messages at set times, based on logic events or whenever someone needs to send an instant message to another user. To implement Server Push you use the Message Sender and Receiver Server Communication objects.
The Message Sender and Receiver objects have the local methods built in to get a user's IP Address, user's ID, connected client information, etc. Load the Server Push example and learn it's interactions to get a better feel for how to use the Server Push objects.
2. Remote Method Invocation
RMI Connection
The RMI Connection is the object to use to open a connection from your client application directly to The BulletProof Enterprise Management Server. This allows you to control job execution on the server. Use it to invoke classes and jobs remotely, retrieve job execution logs, set job status and more.