public class J2EEApplication extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_FAILED |
static int |
STATE_STARTED |
static int |
STATE_STARTING |
static int |
STATE_STOPPED |
static int |
STATE_STOPPING |
| Constructor and Description |
|---|
J2EEApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentDescriptor() |
String |
getName() |
Date |
getStartTime() |
int |
getState() |
boolean |
isFailed() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
void |
setDeploymentDescriptor(String deploymentDescriptor) |
void |
setName(String name) |
void |
setStartTime(Date startTime) |
void |
setState(int state) |
public static final int STATE_STARTING
public static final int STATE_STARTED
public static final int STATE_STOPPING
public static final int STATE_STOPPED
public static final int STATE_FAILED
public Date getStartTime()
public void setStartTime(Date startTime)
public String getName()
public void setName(String name)
public String getDeploymentDescriptor()
public void setDeploymentDescriptor(String deploymentDescriptor)
public int getState()
public void setState(int state)
public boolean isStarted()
public boolean isStopped()
public boolean isStarting()
public boolean isStopping()
public boolean isFailed()
Copyright © 2013. All Rights Reserved.