org.glassfish.extras.grizzly
Class GrizzlyContainer

java.lang.Object
  extended by org.glassfish.extras.grizzly.GrizzlyContainer
All Implemented Interfaces:
Container

@Service(name="grizzly")
public class GrizzlyContainer
extends java.lang.Object
implements Container


Constructor Summary
GrizzlyContainer()
           
 
Method Summary
 java.lang.Class<? extends Deployer> getDeployer()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyContainer

public GrizzlyContainer()
Method Detail

getDeployer

public java.lang.Class<? extends Deployer> getDeployer()
Specified by:
getDeployer in interface Container

getName

public java.lang.String getName()
Specified by:
getName in interface Container


Copyright © 2012 GlassFish Community. All Rights Reserved.