|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.session.StatusBean
public class StatusBean
Adempiere Status Bean
| Constructor Summary | |
|---|---|
StatusBean()
|
|
| Method Summary | |
|---|---|
void |
ejbActivate()
Ejb Activate |
void |
ejbCreate()
Create the Session Bean |
void |
ejbPassivate()
Ejb Passivate |
void |
ejbRemove()
Ejb Remove |
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 |
void |
setSessionContext(SessionContext aContext)
Set Session Context |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatusBean()
| Method Detail |
|---|
public String getDateVersion()
public String getMainVersion()
public String getDbType()
public String getDbHost()
public int getDbPort()
public String getDbName()
public String getConnectionURL()
public String getDbUid()
public String getDbPwd()
public String getFwHost()
public int getFwPort()
public int getVersionCount()
public int getDatabaseCount()
public String getStatus()
public String toString()
toString in class Object
public void ejbCreate()
throws EJBException,
CreateException
EJBException
CreateException
public void setSessionContext(SessionContext aContext)
throws EJBException
setSessionContext in interface SessionBeanaContext - context
EJBException
public void ejbActivate()
throws EJBException
ejbActivate in interface SessionBeanEJBException
public void ejbPassivate()
throws EJBException
ejbPassivate in interface SessionBeanEJBException
public void ejbRemove()
throws EJBException
ejbRemove in interface SessionBeanEJBException
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||