org.glassfish.api.admin.config
Class DomainContext

java.lang.Object
  extended by org.glassfish.api.admin.config.DomainContext

public class DomainContext
extends java.lang.Object

Context passed at the time of CreateDomain to modules with some initial config.

Author:
Nandini Ektare

Constructor Summary
DomainContext()
           
 
Method Summary
 java.lang.String getDomainType()
           
 java.util.logging.Logger getLogger()
           
 void setDomainType(java.lang.String domainType)
           
 void setLogger(java.util.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainContext

public DomainContext()
Method Detail

getLogger

public java.util.logging.Logger getLogger()

setLogger

public void setLogger(java.util.logging.Logger logger)

getDomainType

public java.lang.String getDomainType()

setDomainType

public void setDomainType(java.lang.String domainType)


Copyright © 2012 GlassFish Community. All Rights Reserved.