org.glassfish.admin.restconnector
Class ProxyRestManagementAdapter

java.lang.Object
  extended by org.glassfish.admin.restconnector.AbstractProxyRestAdapter
      extended by 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

Constructor Summary
ProxyRestManagementAdapter()
           
 
Method Summary
protected  Config getConfig()
           
 String getContextRoot()
          Context root this adapter is responsible for handling.
protected  String getName()
           
protected  org.glassfish.hk2.Services getServices()
           
 
Methods inherited from class org.glassfish.admin.restconnector.AbstractProxyRestAdapter
getHttpService, getListenAddress, getListenPort, getVirtualServers, isRegistered, setRegistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.glassfish.api.container.Adapter
getHttpService, getListenAddress, getListenPort, getVirtualServers, isRegistered, setRegistered
 

Constructor Detail

ProxyRestManagementAdapter

public ProxyRestManagementAdapter()
Method Detail

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.