org.glassfish.api.admin.config
Interface DomainInitializer


@Contract
public interface DomainInitializer

Marker interface to mark inhabitants that require some minimal initial configuration to be inserted into a newly create domain's domain.xml

Author:
Nandini Ektare

Method Summary
<T extends Container>
T
getInitialConfig(DomainContext initialCtx)
          The actual initial config that needs to be inserted into the fresh domain.xml See Attribute#value() for how the default value is inferred.
 

Method Detail

getInitialConfig

<T extends Container> T getInitialConfig(DomainContext initialCtx)
The actual initial config that needs to be inserted into the fresh domain.xml See Attribute#value() for how the default value is inferred.



Copyright © 2012 GlassFish Community. All Rights Reserved.