Modifier and Type | Method and Description |
---|---|
ApplicationClientDescriptor |
AppClientContext.getDescriptor() |
Constructor and Description |
---|
AppClientContext(ApplicationClientDescriptor appClientDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
AppClientScanner.process(File archiveFile,
ApplicationClientDescriptor bundleDesc,
ClassLoader classLoader) |
void |
AppClientScanner.process(ReadableArchive archive,
ApplicationClientDescriptor bundleDesc,
ClassLoader classLoader,
org.glassfish.hk2.classmodel.reflect.Parser parser) |
Modifier and Type | Method and Description |
---|---|
ApplicationClientDescriptor |
AppClientArchivist.getDefaultBundleDescriptor() |
ApplicationClientDescriptor |
AppClientArchivist.open(ReadableArchive archive,
String mainClassNameToRun) |
Modifier and Type | Method and Description |
---|---|
DeploymentDescriptorFile<ApplicationClientDescriptor> |
AppClientArchivist.getStandardDDFile() |
Modifier and Type | Method and Description |
---|---|
protected void |
AppClientArchivist.postOpen(ApplicationClientDescriptor descriptor,
ReadableArchive archive)
perform any post deployment descriptor reading action
|
protected void |
AppClientArchivist.postStandardDDsRead(ApplicationClientDescriptor descriptor,
ReadableArchive archive,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)
perform any action after all standard DDs is read
|
Modifier and Type | Method and Description |
---|---|
protected ApplicationClientDescriptor |
AppClientNode.createDescriptor() |
Modifier and Type | Method and Description |
---|---|
Node |
AppClientNode.writeDescriptor(Node parent,
ApplicationClientDescriptor appclientDesc) |
Modifier and Type | Method and Description |
---|---|
Node |
AppClientRuntimeNode.writeDescriptor(Node parent,
ApplicationClientDescriptor bundleDescriptor)
write the descriptor class to a DOM tree and return it
|
Constructor and Description |
---|
AppClientRuntimeNode(ApplicationClientDescriptor descriptor) |
GFAppClientRuntimeNode(ApplicationClientDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
AppClientValidator.accept(ApplicationClientDescriptor appclientdescriptor) |
void |
AppClientVisitor.accept(ApplicationClientDescriptor descriptor)
visits an application client descriptor
|
void |
AppClientTracerVisitor.accept(ApplicationClientDescriptor appclientDesc)
visits an app client descriptor
|
Modifier and Type | Method and Description |
---|---|
protected ApplicationClientDescriptor |
AppClientInfo.getAppClient()
Returns the app client descriptor to be run.
|
protected ApplicationClientDescriptor |
NestedAppClientInfo.getAppClient(Archivist archivist)
Reports which app client embedded in the application archive is the
one the user has selected using either the main class or display name
arguments from the command line.
|
protected ApplicationClientDescriptor |
AppClientInfo.getAppClient(Archivist archivist) |
protected ApplicationClientDescriptor |
AppClientInfo.getDescriptor() |
ApplicationClientDescriptor |
MainClassLaunchable.getDescriptor(URLClassLoader loader) |
ApplicationClientDescriptor |
UndeployedLaunchable.getDescriptor(URLClassLoader loader) |
ApplicationClientDescriptor |
FacadeLaunchable.getDescriptor(URLClassLoader loader)
Return the augmented descriptor constructed during deployment and
stored in the facade client JAR.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StandAloneAppClientInfo.appClientDependsOnPersistenceUnit(ApplicationClientDescriptor acDescr)
Reports whether the selected app client depends on a persistence unit
or not.
|
protected boolean |
StandAloneAppClientInfo.classContainsAnnotation(String entry,
AnnotationDetector detector,
ReadableArchive archive,
ApplicationClientDescriptor descriptor) |
protected boolean |
AppClientInfo.classContainsAnnotation(String entry,
AnnotationDetector detector,
ReadableArchive archive,
ApplicationClientDescriptor descriptor) |
protected boolean |
AppClientInfo.descriptorContainsPURefcs(ApplicationClientDescriptor descr)
Reports whether the app client's descriptor shows a dependence on a
persistence unit.
|
protected String |
NestedAppClientInfo.getAppClientRoot(ReadableArchive archive,
ApplicationClientDescriptor descriptor) |
protected String |
AppClientInfo.getAppClientRoot(ReadableArchive archive,
ApplicationClientDescriptor descriptor) |
protected String |
ClassFileAppClientInfo.getMainClassNameToRun(ApplicationClientDescriptor acDescr) |
protected String |
AppClientInfo.getMainClassNameToRun(ApplicationClientDescriptor acDescr)
Returns the main class that should be executed.
|
protected boolean |
StandAloneAppClientInfo.mainClassContainsPURefcAnnotations(ApplicationClientDescriptor acDescr) |
protected void |
AppClientInfo.setDescriptor(ApplicationClientDescriptor acDesc) |
Modifier and Type | Method and Description |
---|---|
void |
ACCAppClientArchivist.readRuntimeDeploymentDescriptor(ReadableArchive archive,
ApplicationClientDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
ApplicationClientDescriptor |
AppClientDeployerHelper.appClientDesc() |
ApplicationClientDescriptor |
AppClientServerApplication.getDescriptor() |
Constructor and Description |
---|
AppClientDeployerHelper(DeploymentContext dc,
ApplicationClientDescriptor bundleDesc,
AppClientArchivist archivist,
ClassLoader gfClientModuleClassLoader,
Application application,
org.glassfish.hk2.api.ServiceLocator habitat) |
Modifier and Type | Method and Description |
---|---|
static String |
NamingConventions.defaultUserFriendlyContextRoot(ApplicationClientDescriptor descriptor) |
static String |
NamingConventions.uriToNestedClient(ApplicationClientDescriptor descriptor) |
static String |
JWSAdapterManager.userFriendlyContextRoot(ApplicationClientDescriptor acDesc,
Properties p) |
Modifier and Type | Method and Description |
---|---|
void |
JaxRpcRICodegen.accept(ApplicationClientDescriptor appclientdescriptor)
visits a appclient descriptor
|
Copyright © 2019. All rights reserved.