Package com.priint.pubserver.appserver
Class GlassfishDomain.Module
- java.lang.Object
-
- com.priint.pubserver.appserver.GlassfishDomain.Module
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GlassfishDomain
public static class GlassfishDomain.Module extends java.lang.Object implements java.io.SerializableThe type Module.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GlassfishDomain.Engine>getEngines()Gets engines.
-
-
-
Method Detail
-
getEngines
public java.util.List<GlassfishDomain.Engine> getEngines()
Gets engines.- Returns:
- the engines
-
-