Interface cam.netapp.SetClient

public interface SetClient
Implemented by server applications so that clients can set callback references to themselves.

The interface has the following form

public interface SetClient 
{
public void setClient(Object Ob) throws Exception;
}

This method is typically used by client classes; they will invoke their server class setClient(...) method using "this" as the object parameter.

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

Method Index

 o setClient(Object)

Methods

 o setClient
 public abstract void setClient(Object Ob) throws Exception