⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 status.java

📁 Java写的ERP系统
💻 JAVA
字号:
/*
 * Generated file - Do not edit!
 */
package org.compiere.interfaces;

import java.lang.*;
import java.util.*;
import java.sql.*;
import org.compiere.interfaces.*;
import org.compiere.db.*;
import org.compiere.model.*;
import org.compiere.util.*;
import java.rmi.RemoteException;
import javax.ejb.CreateException;
import javax.ejb.EJBException;
import javax.ejb.FinderException;
import javax.ejb.RemoveException;
import javax.ejb.SessionBean;
import javax.ejb.SessionContext;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.rmi.PortableRemoteObject;
import org.apache.log4j.Logger;
import org.compiere.Compiere;

/**
 * Remote interface for compiere/Status.
 * @author XDOCLET 1.1.2
 * @version XDOCLET 1.1.2 * @xdoclet-generated at May 5, 2003 2:01:21 AM
 */
public interface Status
   extends javax.ejb.EJBObject
{
   /**
    * Get Database Count
    * @return number of database inquiries    */
   public int getDatabaseCount(  ) throws java.rmi.RemoteException;

   /**
    * Get Version (Date)
    * @return version e.g. 2002-09-02
    * @throws RemoteException    */
   public java.lang.String getDateVersion(  ) throws java.rmi.RemoteException;

   /**
    * Get Database Host
    * @return Database Host Name
    * @throws RemoteException    */
   public java.lang.String getDbHost(  ) throws java.rmi.RemoteException;

   /**
    * Get Database SID
    * @return Database SID
    * @throws RemoteException    */
   public java.lang.String getDbName(  ) throws java.rmi.RemoteException;

   /**
    * Get Database Port
    * @return Database Posrt
    * @throws RemoteException    */
   public int getDbPort(  ) throws java.rmi.RemoteException;

   /**
    * Get Database PWD
    * @return Database User Password
    * @throws RemoteException    */
   public java.lang.String getDbPwd(  ) throws java.rmi.RemoteException;

   /**
    * Get Database UID
    * @return Database User Name
    * @throws RemoteException    */
   public java.lang.String getDbUid(  ) throws java.rmi.RemoteException;

   /**
    * Get Connection Manager Host
    * @return Connection Manager Host
    * @throws RemoteException    */
   public java.lang.String getFwHost(  ) throws java.rmi.RemoteException;

   /**
    * Get Connection Manager Port
    * @return Connection Manager Port
    * @throws RemoteException    */
   public int getFwPort(  ) throws java.rmi.RemoteException;

   /**
    * Get Main Version
    * @return main version - e.g. Version 2.4.3b
    * @throws RemoteException    */
   public java.lang.String getMainVersion(  ) throws java.rmi.RemoteException;

   /**
    * Describes the instance and its content for debugging purpose
    * @return Debugging information about the instance and its content    */
   public java.lang.String getStatus(  ) throws java.rmi.RemoteException;

   /**
    * Get Version Count
    * @return number of version inquiries    */
   public int getVersionCount(  ) throws java.rmi.RemoteException;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -