FileDocCategorySizeDatePackage
IConnection.javaAPI DocGlassfish v2 API2802Fri May 04 22:36:22 BST 2007com.sun.enterprise.admin.jmx.remote.comm

IConnection

public interface IConnection
Represents a connection which can transfer objects through some communications channel. Also supports closing the communications channel. Opening the channel is specific enough to be left to implementors.
author
Lloyd Chambers
since
S1AS7.0
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Closes the connection.

public java.lang.Objectreceive()
Read an incoming Object.

public voidsend(java.io.Serializable object)
Write an object to the connection