|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ro.raducora.connection.client.tcp.ClientTCP
Constructor Summary | |
ClientTCP(java.io.ObjectInputStream input,
java.io.ObjectOutputStream output,
boolean gunzipInput)
Set ObjectInputStream and ObjectOutputStream |
Method Summary | |
void |
closeConnection()
Close object streams |
java.lang.Object |
getObject()
Get an object from ObjectInputStream |
void |
sendObject(java.lang.Object sent)
Send an object to server |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientTCP(java.io.ObjectInputStream input, java.io.ObjectOutputStream output, boolean gunzipInput)
input
- the Object Input Streamoutput
- the Object Output StreamMethod Detail |
public java.lang.Object getObject() throws java.io.IOException, java.lang.ClassNotFoundException, RemoteException
java.io.IOException
java.lang.ClassNotFoundException
RemoteException
public void sendObject(java.lang.Object sent) throws java.io.IOException
sent
- the object to send
java.io.IOException
public void closeConnection()
|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |