com.ibm.tws.zconn.engine
Interface ZConnEngine


public interface ZConnEngine

Remote interface for Enterprise Bean: ConnEngine


Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Method Summary
 java.util.HashMap getEngineInfo(Context context)
          This method return info read from the TWSConfig.properties file which is produced at installation time.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Method Detail

getEngineInfo

public java.util.HashMap getEngineInfo(Context context)
                                throws ConnException,
                                       ConnTransportException,
                                       ConnSecurityException,
                                       java.rmi.RemoteException
This method return info read from the TWSConfig.properties file which is produced at installation time. Here is a list of the most important properties returned:

  • com.ibm.tws.zconn.engine.version
  • com.ibm.tws.zconn.engine.release
  • com.ibm.tws.zconn.engine.maintenance
  • com.ibm.tws.zconn.engine.piflevel
  • com.ibm.tws.zconn.engine.functionlevel
  • com.ibm.tws.zconn.engine.defaultCalendar
  • com.ibm.tws.zconn.engine.isCompatible
  • com.ibm.tws.zconn.engine.gmtOffset
  • com.ibm.tws.zconn.engine.hostCodepage
  • Parameters:
    context -
    Returns:
    Throws:
    ConnException
    ConnTransportException
    ConnSecurityException
    java.rmi.RemoteException


    Copyright © 2005 IBM All Rights Reserved.