org.glassfish.admin.restconnector
Class ProxyRestManagementAdapter
java.lang.Object
org.glassfish.admin.restconnector.AbstractProxyRestAdapter
org.glassfish.admin.restconnector.ProxyRestManagementAdapter
- All Implemented Interfaces:
- Adapter
@Service
public class ProxyRestManagementAdapter
- extends AbstractProxyRestAdapter
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRestManagementAdapter
public ProxyRestManagementAdapter()
getServices
protected org.glassfish.hk2.Services getServices()
- Specified by:
getServices in class AbstractProxyRestAdapter
getConfig
protected Config getConfig()
- Specified by:
getConfig in class AbstractProxyRestAdapter
getName
protected String getName()
- Specified by:
getName in class AbstractProxyRestAdapter
getContextRoot
public String getContextRoot()
- Description copied from class:
AbstractProxyRestAdapter
- Context root this adapter is responsible for handling.
- Specified by:
getContextRoot in interface Adapter- Specified by:
getContextRoot in class AbstractProxyRestAdapter
Copyright © 2012. All Rights Reserved.