Interface cam.netapp.CIinterface

public interface CIinterface
This interface is implemented by client implementation (CI) classes associated with the NetApp Wrappers construction. This interface provides the methods enabling a client class connect to it's remote server implementation (SI).

Version:
9/21/98
Author:
Chris Anderson (C) UCLA 1998

Method Index

 o createServerInstance(String, int)
 o setObjectStreams(InputStream, OutputStream)
 o setVerboseFlag(boolean)

Methods

 o createServerInstance
 public abstract void createServerInstance(String address,
                                           int Port) throws Exception
 o setObjectStreams
 public abstract void setObjectStreams(InputStream Sinput,
                                       OutputStream Soutput) throws Exception
 o setVerboseFlag
 public abstract void setVerboseFlag(boolean flag)