Class DeploymentType
java.lang.Object
org.glassfish.internal.deployment.DeploymentType
- All Implemented Interfaces:
Comparator
DeploymentType defines the various deployment entity types,
and deployment ordering within the types.
For an ordering among the various types, please refer to
DeploymentOrder.
Note that the comparator of the deployment types should return a consistent value during the lifetime of the deployment objects, e.g. it should not depend on values of mutable fields of the deployment objects.
The list of deployment types are as follows:
- INTERNAL_APP
- JDBC_SYS_RES
- DEPLOYMENT_HANDLER
- JMS_SYS_RES
- RESOURCE_DEPENDENT_DEPLOYMENT_HANDLER
- STARTUP_CLASS
- WLDF_SYS_RES
- LIBRARY
- CONNECTOR
- DEFAULT_APP
- COHERENCE_CLUSTER_SYS_RES
- CUSTOM_SYS_RES
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentTypestatic final Stringstatic final DeploymentTypestatic final Stringstatic final DeploymentTypestatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionintprotected intprotected intdefaultCompare(Object o1, Object o2) booleanisInstance(Object obj) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
SYSTEM_PREFIX
- See Also:
-
USER
- See Also:
-
INTERNAL_APP_NAME
- See Also:
-
CONNECTOR_NAME
- See Also:
-
DEFAULT_APP_NAME
- See Also:
-
INTERNAL_APP
-
DEFAULT_APP
-
CONNECTOR
-
-
Method Details
-
toString
-
isInstance
-
getComparator
-
compare
- Specified by:
comparein interfaceComparator
-
defaultCompare
-
compare
-