All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface mypackage.iClient

public interface iClient
extends Remote
This class is the Remote interface for the Client Class .It defines the 
interface for the remote functions

Version:
1.0
Author:
Vicky Shiv

Method Index

 o getMarks(Vector)
this function updates the List(at Client site) with new Marks Vector

Methods

 o getMarks
 public abstract void getMarks(Vector v) throws RemoteException
this function updates the List(at Client site) with new Marks Vector

Parameters:
Vector - this is the new Vector Created by the Server and passed to the allRegister clients for the update,if there is any change in the data

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1