Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class NextGenClientImpl

java.lang.Object
    |
    +----java.rmi.server.RemoteObject
            |
            +----java.rmi.server.RemoteServer
                    |
                    +----java.rmi.server.UnicastRemoteObject
                            |
                            +----NextGenClientImpl

public class NextGenClientImpl
extends java.rmi.server.UnicastRemoteObject
implements Client

Field Summary
static NextGenClient  client
 
 
Fields inherited from class java.rmi.server.RemoteObject
 ref
 

Constructor Summary
 NextGenClientImpl()
 
 

Method Summary
void  relocate(java.lang.String location)
 
void  response(java.lang.String message)
 
void  ReturnObjectBook(Book retobj)
 
void  ReturnObjectBookList(BookList retobj)
 
void  ReturnObjectBoolean(boolean retobj)
 
void  ReturnObjectCD(CD retobj)
 
void  ReturnObjectCDList(CDList retobj)
 
void  ReturnObjectCreditCard(CreditCard retobj)
 
void  ReturnObjectCustomer(Customer retobj)
 
void  ReturnPurchaseBoolean(boolean retobj)
 
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
 clone, exportObject, exportObject, exportObject
 
Methods inherited from class java.rmi.server.RemoteServer
 getClientHost, getLog, setLog, unexportObject
 
Methods inherited from class java.rmi.server.RemoteObject
 equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public static NextGenClient client
Constructor Detail

NextGenClientImpl

public NextGenClientImpl() throws java.rmi.RemoteException
Method Detail

ReturnObjectBoolean

public void ReturnObjectBoolean(boolean retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectBoolean in interface Client

ReturnPurchaseBoolean

public void ReturnPurchaseBoolean(boolean retobj) throws java.rmi.RemoteException
Implements:
ReturnPurchaseBoolean in interface Client

ReturnObjectBook

public void ReturnObjectBook(Book retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectBook in interface Client

ReturnObjectCD

public void ReturnObjectCD(CD retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectCD in interface Client

ReturnObjectBookList

public void ReturnObjectBookList(BookList retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectBookList in interface Client

ReturnObjectCDList

public void ReturnObjectCDList(CDList retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectCDList in interface Client

ReturnObjectCustomer

public void ReturnObjectCustomer(Customer retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectCustomer in interface Client

ReturnObjectCreditCard

public void ReturnObjectCreditCard(CreditCard retobj) throws java.rmi.RemoteException
Implements:
ReturnObjectCreditCard in interface Client

response

public void response(java.lang.String message) throws java.rmi.RemoteException
Implements:
response in interface Client

relocate

public void relocate(java.lang.String location) throws java.rmi.RemoteException
Implements:
relocate in interface Client

Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS