|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.deploy.DeploymentSupport
public final class DeploymentSupport
Routines to convert to/from Map and Deployment types. {link com.sun.appserv.management.deploy.DeploymentMgr}
Constructor Summary | |
---|---|
DeploymentSupport()
|
Method Summary | ||
---|---|---|
static
|
mapToDeploymentProgress(Map<String,T> m)
Create a DeploymentProgress represented by a Map. |
|
static
|
mapToDeploymentSource(Map<String,T> m)
Create a DeploymentSource represented by a Map. |
|
static
|
mapToDeploymentStatus(Map<String,T> m)
Create a DeploymentProgress represented by a Map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentSupport()
Method Detail |
---|
public static <T extends Serializable> DeploymentSource mapToDeploymentSource(Map<String,T> m)
m
- a Map representing a DeploymentSource.
public static <T extends Serializable> DeploymentProgress mapToDeploymentProgress(Map<String,T> m)
m
- a Map representing a DeploymentProgress.
public static <T extends Serializable> DeploymentStatus mapToDeploymentStatus(Map<String,T> m)
m
- a Map representing a DeploymentStatus.
|
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.