Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.gf3
Class GlassFishServer

java.lang.Object
  extended by org.glassfish.embed.AppServer
      extended by org.nuxeo.runtime.gf3.GlassFishServer

public class GlassFishServer
extends org.glassfish.embed.AppServer

Author:
Bogdan Stefanescu

Constructor Summary
GlassFishServer(int port)
           
GlassFishServer(URL domainXmlUrl)
           
 
Method Summary
 org.glassfish.api.ActionReport createJdbcConnectionPool(Properties args)
           
 org.glassfish.api.ActionReport createJdbcResource(Properties args)
           
 org.glassfish.api.ActionReport deleteJdbcConnectionPool(Properties args)
           
 org.glassfish.api.ActionReport deleteJdbcResource(Properties args)
           
 org.glassfish.api.ActionReport execute(String command, Properties args)
           
 org.jvnet.hk2.component.Habitat getHabitat()
           
 String getVersion()
           
 String[] listJdbcConnectionPools()
           
 org.glassfish.api.ActionReport listJdbcResources(Properties args)
           
 void loadInhabitant(Object instance)
           
 boolean pingJdbcConnectionPool(String poolName)
           
 
Methods inherited from class org.glassfish.embed.AppServer
createHttpListener, createSnifferParentCL, createVirtualServer, deploy, deploy, deploy, deployWar, deployWar, deployWar, getDefaultWebXml, getDomainXml, setDefaultWebXml, setLogLevel, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlassFishServer

public GlassFishServer(URL domainXmlUrl)

GlassFishServer

public GlassFishServer(int port)
Method Detail

getHabitat

public org.jvnet.hk2.component.Habitat getHabitat()

loadInhabitant

public void loadInhabitant(Object instance)

execute

public org.glassfish.api.ActionReport execute(String command,
                                              Properties args)

getVersion

public String getVersion()

createJdbcResource

public org.glassfish.api.ActionReport createJdbcResource(Properties args)

deleteJdbcResource

public org.glassfish.api.ActionReport deleteJdbcResource(Properties args)

listJdbcResources

public org.glassfish.api.ActionReport listJdbcResources(Properties args)

createJdbcConnectionPool

public org.glassfish.api.ActionReport createJdbcConnectionPool(Properties args)

deleteJdbcConnectionPool

public org.glassfish.api.ActionReport deleteJdbcConnectionPool(Properties args)

listJdbcConnectionPools

public String[] listJdbcConnectionPools()

pingJdbcConnectionPool

public boolean pingJdbcConnectionPool(String poolName)
                               throws ResourceException
Throws:
ResourceException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.