Interface cam.netapp.SetClient
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.
public abstract void setClient(Object Ob) throws Exception