|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.ApplicationInfo
public class ApplicationInfo
Structure that contains information from the Configuration Layer about an application.
| Field Summary | |
|---|---|
java.util.Map |
mAdditionalInformation
|
java.util.Map |
mAnnex
The annex of this application as specified in the Configuration Layer. |
int |
mApplicationDBID
The identifier of the application in the Configuration Layer. |
java.lang.String |
mApplicationName
The name of the application in the Configuration Layer. |
java.lang.String |
mApplicationPassword
The password of the application in the Configuration Layer. |
java.util.Vector |
mApplicationTenantDBIDs
The tenant DBIDs of this application as specified in the Configuration Layer. |
int |
mApplicationType
The type of application as specified in the Configuration Layer. |
java.lang.String |
mApplicationVersion
The version of the application in the Configuration Layer. |
boolean |
mAutoRestart
The boolean autorestart value in the Configuration Layer. |
java.lang.String |
mCommmandLine
The command used to launch this application. |
java.lang.String |
mCommmandLineArguments
The command-line arguments that launch this application. |
int |
mCommunicationPort
The port of the application (Communication port), -1 if it is not set in the Configuration layer. |
int |
mLcaPort
The port of the LCA. |
java.util.Map |
mOptions
The options of this application as specified in the Configuration Layer. |
int |
mShutdownTimeout
The shutdown timeout as specified in the Configuration Layer. |
int |
mStartupTimeout
The startup timeout as specified in the Configuration Layer. |
| Constructor Summary | |
|---|---|
ApplicationInfo()
|
|
| Method Summary | |
|---|---|
void |
addApplicationInfoListener(ApplicationInfoListener listener)
Registers a listener for the modifications of this application in the Configuration Layer. |
void |
applicationInfoChanged()
Notifies all the registered listeners that this application was modified in the Configuration Layer. |
void |
removeApplicationInfoListener(ApplicationInfoListener listener)
Unregisters a listener for the modifications of this application in the Configuration Layer. |
java.lang.String |
toString()
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int mLcaPort
public int mCommunicationPort
public int mApplicationDBID
public java.lang.String mApplicationName
public java.lang.String mApplicationPassword
public int mApplicationType
public java.lang.String mApplicationVersion
public java.lang.String mCommmandLine
public java.lang.String mCommmandLineArguments
public boolean mAutoRestart
boolean autorestart value in the Configuration Layer.
public int mStartupTimeout
public int mShutdownTimeout
public java.util.Map mOptions
public java.util.Map mAnnex
public java.util.Vector mApplicationTenantDBIDs
public java.util.Map mAdditionalInformation
| Constructor Detail |
|---|
public ApplicationInfo()
| Method Detail |
|---|
public void addApplicationInfoListener(ApplicationInfoListener listener)
public void removeApplicationInfoListener(ApplicationInfoListener listener)
public void applicationInfoChanged()
public java.lang.String toString()
String representation of this object.
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||