Class ProxyRestManagementAdapter
java.lang.Object
org.glassfish.admin.restconnector.AbstractProxyRestAdapter
org.glassfish.admin.restconnector.ProxyRestManagementAdapter
- All Implemented Interfaces:
org.glassfish.api.container.Adapter
Implementation of
Adapter for rest based management. It extends from AbstractProxyRestAdapter that
uses a handle-body idiom. The handle implements methods that are metadata/configuration based. The body implements
methods that require REST subsystem.- Author:
- Sanjeeb.Sahoo@Sun.COM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.admin.restconnector.AbstractProxyRestAdapter
getHttpService, getListenAddress, getListenPort, getVirtualServers, isRegistered, setRegistered
-
Constructor Details
-
ProxyRestManagementAdapter
public ProxyRestManagementAdapter()
-
-
Method Details
-
getServices
protected org.glassfish.hk2.api.ServiceLocator getServices()- Specified by:
getServicesin classAbstractProxyRestAdapter
-
getConfig
protected com.sun.enterprise.config.serverbeans.Config getConfig()- Specified by:
getConfigin classAbstractProxyRestAdapter
-
getName
- Specified by:
getNamein classAbstractProxyRestAdapter
-
getContextRoot
Description copied from class:AbstractProxyRestAdapterContext root this adapter is responsible for handling.- Specified by:
getContextRootin interfaceorg.glassfish.api.container.Adapter- Specified by:
getContextRootin classAbstractProxyRestAdapter
-