com.sun.enterprise.admin.servermgmt.pe
Class PESamplesDomainXmlEventListener

java.lang.Object
  extended by 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


Constructor Summary
PESamplesDomainXmlEventListener()
           
 
Method Summary
 void handleCreateEvent(DomainConfig cfg)
          after the creation of domain.xml , unjar the bundled samples.jar.
 void handleDeleteEvent(DomainConfig cfg)
          currently do nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PESamplesDomainXmlEventListener

public PESamplesDomainXmlEventListener()
Method Detail

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.