FileDocCategorySizeDatePackage
IConnection.javaAPI DocGlassfish v2 API2606Fri May 04 22:33:16 BST 2007com.sun.enterprise.admin.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.

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