|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentProgress
Interface to provide deployment feedback while deployment
is executing in the server backend.
This interface may be instantiated by using routines in
DeploymentSupport
Field Summary | |
---|---|
static String |
DEPLOYMENT_PROGRESS_CLASS_NAME
Value of the MAP_CAPABLE_TYPE_KEY when turned into a Map. |
static String |
DESCRIPTION_KEY
Key for the Description as returned by getDescription(). |
static String |
LOCALIZED_DESCRIPTION_KEY_BASE
Key prefix for the Description as returned by getDescription(). |
static String |
PROGRESS_PERCENT_KEY
Key for the progress percent as returned by getProgressPercent(). |
Fields inherited from interface com.sun.appserv.management.base.MapCapable |
---|
MAP_CAPABLE_CLASS_NAME_KEY |
Method Summary | |
---|---|
String |
getDescription()
|
String |
getLocalizedDescription(Locale locale)
|
byte |
getProgressPercent()
|
Methods inherited from interface com.sun.appserv.management.base.MapCapable |
---|
asMap, getMapClassName |
Field Detail |
---|
static final String DEPLOYMENT_PROGRESS_CLASS_NAME
static final String PROGRESS_PERCENT_KEY
static final String DESCRIPTION_KEY
static final String LOCALIZED_DESCRIPTION_KEY_BASE
Method Detail |
---|
byte getProgressPercent()
String getDescription()
String getLocalizedDescription(Locale locale)
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.