Uses of Class
com.sun.enterprise.deployment.ApplicationClientDescriptor
-
-
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return ApplicationClientDescriptor Modifier and Type Method Description ApplicationClientDescriptorAppClientContext. getDescriptor()Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type ApplicationClientDescriptor Constructor Description AppClientContext(ApplicationClientDescriptor appClientDescriptor) -
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.annotation.impl
Methods in com.sun.enterprise.deployment.annotation.impl with parameters of type ApplicationClientDescriptor Modifier and Type Method Description voidAppClientScanner. process(File archiveFile, ApplicationClientDescriptor bundleDesc, ClassLoader classLoader)voidAppClientScanner. process(ReadableArchive archive, ApplicationClientDescriptor bundleDesc, ClassLoader classLoader, org.glassfish.hk2.classmodel.reflect.Parser parser) -
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ApplicationClientDescriptor Modifier and Type Method Description ApplicationClientDescriptorAppClientArchivist. getDefaultBundleDescriptor()ApplicationClientDescriptorAppClientArchivist. open(ReadableArchive archive, String mainClassNameToRun)Methods in com.sun.enterprise.deployment.archivist that return types with arguments of type ApplicationClientDescriptor Modifier and Type Method Description DeploymentDescriptorFile<ApplicationClientDescriptor>AppClientArchivist. getStandardDDFile()Methods in com.sun.enterprise.deployment.archivist with parameters of type ApplicationClientDescriptor Modifier and Type Method Description protected voidAppClientArchivist. postOpen(ApplicationClientDescriptor descriptor, ReadableArchive archive)perform any post deployment descriptor reading actionprotected voidAppClientArchivist. postStandardDDsRead(ApplicationClientDescriptor descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)perform any action after all standard DDs is read -
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.node.appclient
Methods in com.sun.enterprise.deployment.node.appclient that return ApplicationClientDescriptor Modifier and Type Method Description protected ApplicationClientDescriptorAppClientNode. createDescriptor()Methods in com.sun.enterprise.deployment.node.appclient with parameters of type ApplicationClientDescriptor Modifier and Type Method Description NodeAppClientNode. writeDescriptor(Node parent, ApplicationClientDescriptor appclientDesc) -
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type ApplicationClientDescriptor Modifier and Type Method Description NodeAppClientRuntimeNode. writeDescriptor(Node parent, ApplicationClientDescriptor bundleDescriptor)write the descriptor class to a DOM tree and return itConstructors in com.sun.enterprise.deployment.node.runtime with parameters of type ApplicationClientDescriptor Constructor Description AppClientRuntimeNode(ApplicationClientDescriptor descriptor)GFAppClientRuntimeNode(ApplicationClientDescriptor descriptor) -
Uses of ApplicationClientDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type ApplicationClientDescriptor Modifier and Type Method Description voidAppClientTracerVisitor. accept(ApplicationClientDescriptor appclientDesc)visits an app client descriptorvoidAppClientValidator. accept(ApplicationClientDescriptor appclientdescriptor)voidAppClientVisitor. accept(ApplicationClientDescriptor descriptor)visits an application client descriptor -
Uses of ApplicationClientDescriptor in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc that return ApplicationClientDescriptor Modifier and Type Method Description protected ApplicationClientDescriptorAppClientInfo. getAppClient()Returns the app client descriptor to be run.protected ApplicationClientDescriptorAppClientInfo. getAppClient(Archivist archivist)protected ApplicationClientDescriptorNestedAppClientInfo. 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 ApplicationClientDescriptorAppClientInfo. getDescriptor()ApplicationClientDescriptorFacadeLaunchable. getDescriptor(URLClassLoader loader)Return the augmented descriptor constructed during deployment and stored in the facade client JAR.ApplicationClientDescriptorMainClassLaunchable. getDescriptor(URLClassLoader loader)ApplicationClientDescriptorUndeployedLaunchable. getDescriptor(URLClassLoader loader)Methods in org.glassfish.appclient.client.acc with parameters of type ApplicationClientDescriptor Modifier and Type Method Description protected booleanStandAloneAppClientInfo. appClientDependsOnPersistenceUnit(ApplicationClientDescriptor acDescr)Reports whether the selected app client depends on a persistence unit or not.protected booleanAppClientInfo. classContainsAnnotation(String entry, AnnotationDetector detector, ReadableArchive archive, ApplicationClientDescriptor descriptor)protected booleanStandAloneAppClientInfo. classContainsAnnotation(String entry, AnnotationDetector detector, ReadableArchive archive, ApplicationClientDescriptor descriptor)protected booleanAppClientInfo. descriptorContainsPURefcs(ApplicationClientDescriptor descr)Reports whether the app client's descriptor shows a dependence on a persistence unit.protected StringAppClientInfo. getAppClientRoot(ReadableArchive archive, ApplicationClientDescriptor descriptor)protected StringNestedAppClientInfo. getAppClientRoot(ReadableArchive archive, ApplicationClientDescriptor descriptor)protected StringAppClientInfo. getMainClassNameToRun(ApplicationClientDescriptor acDescr)Returns the main class that should be executed.protected StringClassFileAppClientInfo. getMainClassNameToRun(ApplicationClientDescriptor acDescr)protected booleanStandAloneAppClientInfo. mainClassContainsPURefcAnnotations(ApplicationClientDescriptor acDescr)protected voidAppClientInfo. setDescriptor(ApplicationClientDescriptor acDesc) -
Uses of ApplicationClientDescriptor in org.glassfish.appclient.common
Methods in org.glassfish.appclient.common with parameters of type ApplicationClientDescriptor Modifier and Type Method Description voidACCAppClientArchivist. readRuntimeDeploymentDescriptor(ReadableArchive archive, ApplicationClientDescriptor descriptor) -
Uses of ApplicationClientDescriptor in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return ApplicationClientDescriptor Modifier and Type Method Description ApplicationClientDescriptorAppClientDeployerHelper. appClientDesc()ApplicationClientDescriptorAppClientServerApplication. getDescriptor()Constructors in org.glassfish.appclient.server.core with parameters of type ApplicationClientDescriptor Constructor Description AppClientDeployerHelper(DeploymentContext dc, ApplicationClientDescriptor bundleDesc, AppClientArchivist archivist, ClassLoader gfClientModuleClassLoader, Application application, org.glassfish.hk2.api.ServiceLocator habitat) -
Uses of ApplicationClientDescriptor in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws with parameters of type ApplicationClientDescriptor Modifier and Type Method Description static StringNamingConventions. defaultUserFriendlyContextRoot(ApplicationClientDescriptor descriptor)static StringNamingConventions. uriToNestedClient(ApplicationClientDescriptor descriptor)static StringJWSAdapterManager. userFriendlyContextRoot(ApplicationClientDescriptor acDesc, Properties p)
-