Compiere 3.1

org.compiere.interfaces
Interface Status

All Superinterfaces:
EJBObject, Remote

public interface Status
extends EJBObject

Remote interface for compiere/Status.


Method Summary
 String getConnectionURL()
          Get Database URL
 int getDatabaseCount()
          Get Database Count
 String getDateVersion()
          Get Version (Date)
 String getDbHost()
          Get Database Host
 String getDbName()
          Get Database SID
 int getDbPort()
          Get Database Port
 String getDbPwd()
          Get Database PWD
 String getDbType()
          Get Database Type
 String getDbUid()
          Get Database UID
 String getFwHost()
          Get Connection Manager Host
 int getFwPort()
          Get Connection Manager Port
 String getMainVersion()
          Get Main Version
 String getStatus()
          Describes the instance and its content for debugging purpose
 int getVersionCount()
          Get Version Count
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getDateVersion

String getDateVersion()
                      throws RemoteException
Get Version (Date)

Returns:
version e.g. 2002-09-02
Throws:
RemoteException

getMainVersion

String getMainVersion()
                      throws RemoteException
Get Main Version

Returns:
main version - e.g. Version 2.4.3b
Throws:
RemoteException

getDbType

String getDbType()
                 throws RemoteException
Get Database Type

Returns:
Database Type
Throws:
RemoteException

getDbHost

String getDbHost()
                 throws RemoteException
Get Database Host

Returns:
Database Host Name
Throws:
RemoteException

getDbPort

int getDbPort()
              throws RemoteException
Get Database Port

Returns:
Database Port
Throws:
RemoteException

getDbName

String getDbName()
                 throws RemoteException
Get Database SID

Returns:
Database SID
Throws:
RemoteException

getConnectionURL

String getConnectionURL()
                        throws RemoteException
Get Database URL

Returns:
Database URL
Throws:
RemoteException

getDbUid

String getDbUid()
                throws RemoteException
Get Database UID

Returns:
Database User Name
Throws:
RemoteException

getDbPwd

String getDbPwd()
                throws RemoteException
Get Database PWD

Returns:
Database User Password
Throws:
RemoteException

getFwHost

String getFwHost()
                 throws RemoteException
Get Connection Manager Host

Returns:
Connection Manager Host
Throws:
RemoteException

getFwPort

int getFwPort()
              throws RemoteException
Get Connection Manager Port

Returns:
Connection Manager Port
Throws:
RemoteException

getVersionCount

int getVersionCount()
                    throws RemoteException
Get Version Count

Returns:
number of version inquiries
Throws:
RemoteException

getDatabaseCount

int getDatabaseCount()
                     throws RemoteException
Get Database Count

Returns:
number of database inquiries
Throws:
RemoteException

getStatus

String getStatus()
                 throws RemoteException
Describes the instance and its content for debugging purpose

Returns:
Debugging information about the instance and its content
Throws:
RemoteException

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.