de.rowa.posps.client.connection
Class PospsServerInfoLoader

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

public class PospsServerInfoLoader
extends java.lang.Object

Fetches the data from a posps server Posps port. If an operation fails, it stores the exception for later reference. The fetched data is stored in a PospsServerInfo object.

Author:
Michael Koch

Field Summary
static java.lang.String POSPS_SERVER_INFO_PROPERTY
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 javax.xml.ws.WebServiceException getIdentificationException()
           
 PospsServerInfo getPospsServerInfo()
           
 javax.xml.ws.WebServiceException getProductException()
           
 javax.xml.ws.WebServiceException getSupportedProfilesException()
           
 javax.xml.ws.WebServiceException getVendorException()
           
 javax.xml.ws.WebServiceException getVersionException()
           
 PospsServerInfo reloadInfo()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSPS_SERVER_INFO_PROPERTY

public static final java.lang.String POSPS_SERVER_INFO_PROPERTY
See Also:
Constant Field Values
Method Detail

reloadInfo

public PospsServerInfo reloadInfo()

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

getPospsServerInfo

public PospsServerInfo getPospsServerInfo()

getVendorException

public javax.xml.ws.WebServiceException getVendorException()

getProductException

public javax.xml.ws.WebServiceException getProductException()

getVersionException

public javax.xml.ws.WebServiceException getVersionException()

getIdentificationException

public javax.xml.ws.WebServiceException getIdentificationException()

getSupportedProfilesException

public javax.xml.ws.WebServiceException getSupportedProfilesException()


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