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
| 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 |
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.