org.glassfish.admin.amx.intf.config
Interface HttpService

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, PropertiesAccess, Singleton

Deprecated.

@Deprecated
public interface HttpService
extends Singleton, ConfigElement, PropertiesAccess


Method Summary
 AccessLog getAccessLog()
          Deprecated.  
 String getAccessLoggingEnabled()
          Deprecated.  
 ConnectionPool getConnectionPool()
          Deprecated.  
 HttpFileCache getHttpFileCache()
          Deprecated.  
 Map<String,HttpListener> getHttpListener()
          Deprecated.  
 HttpListener getHttpListenerById(String param1)
          Deprecated.  
 HttpProtocol getHttpProtocol()
          Deprecated.  
 KeepAlive getKeepAlive()
          Deprecated.  
 List getNonAdminVirtualServerList()
          Deprecated.  
 RequestProcessing getRequestProcessing()
          Deprecated.  
 String getSsoEnabled()
          Deprecated.  
 Map<String,VirtualServer> getVirtualServer()
          Deprecated.  
 VirtualServer getVirtualServerByName(String param1)
          Deprecated.  
 void setAccessLog(AccessLog param1)
          Deprecated.  
 void setAccessLoggingEnabled(String param1)
          Deprecated.  
 void setConnectionPool(ConnectionPool param1)
          Deprecated.  
 void setHttpFileCache(HttpFileCache param1)
          Deprecated.  
 void setHttpProtocol(HttpProtocol param1)
          Deprecated.  
 void setKeepAlive(KeepAlive param1)
          Deprecated.  
 void setRequestProcessing(RequestProcessing param1)
          Deprecated.  
 void setSsoEnabled(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

setKeepAlive

void setKeepAlive(KeepAlive param1)
Deprecated. 

getKeepAlive

KeepAlive getKeepAlive()
Deprecated. 

getVirtualServer

Map<String,VirtualServer> getVirtualServer()
Deprecated. 

getAccessLog

AccessLog getAccessLog()
Deprecated. 

getHttpProtocol

HttpProtocol getHttpProtocol()
Deprecated. 

getSsoEnabled

String getSsoEnabled()
Deprecated. 

getAccessLoggingEnabled

String getAccessLoggingEnabled()
Deprecated. 

getConnectionPool

ConnectionPool getConnectionPool()
Deprecated. 

getHttpFileCache

HttpFileCache getHttpFileCache()
Deprecated. 

getHttpListener

Map<String,HttpListener> getHttpListener()
Deprecated. 

getRequestProcessing

RequestProcessing getRequestProcessing()
Deprecated. 

setSsoEnabled

void setSsoEnabled(String param1)
Deprecated. 

setAccessLoggingEnabled

void setAccessLoggingEnabled(String param1)
Deprecated. 

setAccessLog

void setAccessLog(AccessLog param1)
Deprecated. 

setRequestProcessing

void setRequestProcessing(RequestProcessing param1)
Deprecated. 

setConnectionPool

void setConnectionPool(ConnectionPool param1)
Deprecated. 

setHttpProtocol

void setHttpProtocol(HttpProtocol param1)
Deprecated. 

setHttpFileCache

void setHttpFileCache(HttpFileCache param1)
Deprecated. 

getVirtualServerByName

VirtualServer getVirtualServerByName(String param1)
Deprecated. 

getNonAdminVirtualServerList

List getNonAdminVirtualServerList()
Deprecated. 

getHttpListenerById

HttpListener getHttpListenerById(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.