com.sun.enterprise.admin.servermgmt.pe
Class PESamplesDomainXmlEventListener
java.lang.Object
com.sun.enterprise.admin.servermgmt.pe.PESamplesDomainXmlEventListener
- All Implemented Interfaces:
- DomainXmlEventListener
public class PESamplesDomainXmlEventListener
- extends Object
- implements DomainXmlEventListener
The event listener class for PE Samples domain
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PESamplesDomainXmlEventListener
public PESamplesDomainXmlEventListener()
handleCreateEvent
public void handleCreateEvent(DomainConfig cfg)
throws DomainException
- after the creation of domain.xml , unjar the bundled samples.jar.
- Specified by:
handleCreateEvent in interface DomainXmlEventListener
- Parameters:
cfg - The DomainConfig object for this domain
- Throws:
DomainException
handleDeleteEvent
public void handleDeleteEvent(DomainConfig cfg)
throws DomainException
- currently do nothing
- Specified by:
handleDeleteEvent in interface DomainXmlEventListener
- Parameters:
cfg - The DomainConfig object for this domain
- Throws:
DomainException
Copyright © 2012 GlassFish Community. All Rights Reserved.