com.sun.enterprise.config.serverbeans
Interface HttpAccessLog

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface HttpAccessLog
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getIponly()
          Gets the value of the iponly property.
 java.lang.String getLogDirectory()
          Gets the value of the logDirectory property.
 void setIponly(java.lang.String value)
          Sets the value of the iponly property.
 void setLogDirectory(java.lang.String value)
          Sets the value of the logDirectory property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getLogDirectory

java.lang.String getLogDirectory()
Gets the value of the logDirectory property. location of the access logs specified as a directory.This defaults to the domain.log-root, which by default is ${INSTANCE_ROOT}/logs. Hence the default value for this attribute is ${INSTANCE_ROOT}/logs/access

Returns:
possible object is String

setLogDirectory

void setLogDirectory(java.lang.String value)
                     throws java.beans.PropertyVetoException
Sets the value of the logDirectory property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getIponly

java.lang.String getIponly()
Gets the value of the iponly property. If the IP address of the user agent should be specified or a DNS lookup should be done

Returns:
possible object is String

setIponly

void setIponly(java.lang.String value)
               throws java.beans.PropertyVetoException
Sets the value of the iponly property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.