FileDocCategorySizeDatePackage
DomainXmlEventListener.javaAPI DocGlassfish v2 API2689Fri May 04 22:24:30 BST 2007com.sun.enterprise.admin.servermgmt

DomainXmlEventListener

public interface DomainXmlEventListener
Interface for domain.xml event listeners. The actual implementation class will be specified in the template file.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreateEvent(DomainConfig cfg)
handle the creation of domain.xml. This will be called immediately after domain.xml is created.

param
cfg The DomainConfig object for this domain

public voidhandleDeleteEvent(DomainConfig cfg)
handle the deletion of the domain.xml. This will be called after the deletion of domain.xml file.

param
cfg The DomainConfig object for this domain