org.glassfish.ejb.startup
Class EjbContainerStarter

java.lang.Object
  extended by org.glassfish.ejb.startup.EjbContainerStarter
All Implemented Interfaces:
Container, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy

@Service(name="org.glassfish.ejb.startup.EjbContainerStarter")
public class EjbContainerStarter
extends Object
implements Container, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy

Ejb container service

Author:
Mahesh Kannan

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

Constructor Detail

EjbContainerStarter

public EjbContainerStarter()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct

preDestroy

public void preDestroy()
Specified by:
preDestroy in interface org.jvnet.hk2.component.PreDestroy

getName

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

getDeployer

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


Copyright © 2012 GlassFish Community. All Rights Reserved.