Uses of Class
org.glassfish.internal.embedded.ContainerBuilder.Type

Packages that use ContainerBuilder.Type
org.glassfish.internal.embedded   
 

Uses of ContainerBuilder.Type in org.glassfish.internal.embedded
 

Methods in org.glassfish.internal.embedded that return ContainerBuilder.Type
static ContainerBuilder.Type ContainerBuilder.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerBuilder.Type[] ContainerBuilder.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.internal.embedded with parameters of type ContainerBuilder.Type
 void Server.addContainer(ContainerBuilder.Type type)
          Adds a container of a particular type using the default operating configuration for the container.
 ContainerBuilder<EmbeddedContainer> Server.createConfig(ContainerBuilder.Type type)
          Get the embedded container configuration for a container type.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.