org.glassfish.admin.restconnector
Class ProxyRestAdminAdapter

java.lang.Object
  extended by org.glassfish.admin.restconnector.AbstractProxyRestAdapter
      extended by org.glassfish.admin.restconnector.ProxyRestAdminAdapter
All Implemented Interfaces:
Adapter

@Service
public class ProxyRestAdminAdapter
extends AbstractProxyRestAdapter
implements Adapter

Author:
jdlee

Constructor Summary
ProxyRestAdminAdapter()
           
 
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

ProxyRestAdminAdapter

public ProxyRestAdminAdapter()
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.