org.glassfish.javaee.full.deployment
Class EarContainer

java.lang.Object
  extended by org.glassfish.javaee.full.deployment.EarContainer
All Implemented Interfaces:
Container

@Service(name="ear")
public class EarContainer
extends Object
implements Container

Created by IntelliJ IDEA. User: dochez Date: Jan 8, 2009 Time: 11:00:31 AM To change this template use File | Settings | File Templates.


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

Constructor Detail

EarContainer

public EarContainer()
Method Detail

getDeployer

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

getName

public String getName()
Specified by:
getName in interface Container


Copyright © 2012 GlassFish Community. All Rights Reserved.