Package org.glassfish.api.admin.config
Interface ReferenceContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReference()booleanisCluster()booleanisDas()booleanisDeploymentGroup()booleanisInstance()booleanisServer()
-
-
-
Method Detail
-
getReference
String getReference()
-
isCluster
boolean isCluster()
-
isServer
boolean isServer()
-
isInstance
boolean isInstance()
-
isDas
boolean isDas()
-
isDeploymentGroup
boolean isDeploymentGroup()
-
-