Class JWSFacadeLaunchable
- java.lang.Object
-
- org.glassfish.appclient.client.acc.FacadeLaunchable
-
- org.glassfish.appclient.client.acc.JWSFacadeLaunchable
-
public class JWSFacadeLaunchable extends FacadeLaunchable
- Author:
- tjquinn
-
-
Field Summary
-
Fields inherited from class org.glassfish.appclient.client.acc.FacadeLaunchable
archiveFactory, GLASSFISH_APP_NAME, GLASSFISH_APPCLIENT, GLASSFISH_APPCLIENT_GROUP, GLASSFISH_APPCLIENT_MAIN_CLASS
-
-
Constructor Summary
Constructors Constructor Description JWSFacadeLaunchable(org.glassfish.hk2.api.ServiceLocator habitat, Attributes mainAttrs, ReadableArchive facadeRA)JWSFacadeLaunchable(org.glassfish.hk2.api.ServiceLocator habitat, ReadableArchive facadeClientRA, Attributes mainAttrs, ReadableArchive clientRA, String mainClassNameToLaunch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnchorDir()-
Methods inherited from class org.glassfish.appclient.client.acc.FacadeLaunchable
getArchivist, getArchivist, getClassPathURIs, getDescriptor, getMainClass, getURI, toURIs, validateDescriptor
-
-
-
-
Constructor Detail
-
JWSFacadeLaunchable
public JWSFacadeLaunchable(org.glassfish.hk2.api.ServiceLocator habitat, ReadableArchive facadeClientRA, Attributes mainAttrs, ReadableArchive clientRA, String mainClassNameToLaunch) throws IOException- Throws:
IOException
-
JWSFacadeLaunchable
public JWSFacadeLaunchable(org.glassfish.hk2.api.ServiceLocator habitat, Attributes mainAttrs, ReadableArchive facadeRA) throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
-
Method Detail
-
getAnchorDir
public String getAnchorDir()
- Overrides:
getAnchorDirin classFacadeLaunchable
-
-