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 |
| 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 |
client
public static NextGenClient client
NextGenClientImpl
public NextGenClientImpl() throws java.rmi.RemoteException
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