de.rowa.posps.client.connection
Class ConnectionProtocol

java.lang.Object
  extended by de.rowa.posps.client.connection.ConnectionProtocol

public class ConnectionProtocol
extends java.lang.Object

Protocol of the connection to a posps server. It stores the info of the connected server and notifies listeners of all operations which have been called and their results.

Author:
Michael Koch
See Also:
OperationInvocationListener

Method Summary
 void addOperationInvocationListener(OperationInvocationListener listener)
           
 java.util.Date getConnectionEstablished()
           
 PospsServerInfo getPospsServerInfo()
           
 void removeOperationInvocationListener(OperationInvocationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addOperationInvocationListener

public void addOperationInvocationListener(OperationInvocationListener listener)

removeOperationInvocationListener

public void removeOperationInvocationListener(OperationInvocationListener listener)

getPospsServerInfo

public PospsServerInfo getPospsServerInfo()

getConnectionEstablished

public java.util.Date getConnectionEstablished()


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.