Searched defs:inst (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dsetup.c45 WinMain(HINSTANCE inst, HINSTANCE previnst, LPSTR cmdline, int cmdshow) argument
47 instance = inst;
H A Duninstall.c45 WinMain(HINSTANCE inst, HINSTANCE previnst, LPSTR cmdline, int cmdshow) argument
47 instance = inst;
/glassfish-3.1.2/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/
H A DAppClientContainerAgent.java75 public static void premain(String agentArgsText, Instrumentation inst) { argument
82 AppClientFacade.prepareACC(optionsValue(agentArgsText),inst);
/glassfish-3.1.2/flashlight/agent/src/main/java/org/glassfish/flashlight/agent/
H A DProbeAgentMain.java52 public static void agentmain(String agentArgs, Instrumentation inst) { argument
53 instrumentation = inst;
55 public static void premain(String agentArgs, Instrumentation inst) { argument
56 instrumentation = inst;
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebComponentInvocation.java111 private PairKey(Object inst, Thread thr) { argument
112 instance = inst;
114 if (inst != null) {
115 hCode = 7 * inst.hashCode();
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DProviderContainerContractInfoImpl.java71 private final Instrumentation inst; field in class:ProviderContainerContractInfoImpl
85 * @param inst VM's instrumentation object
89 final Instrumentation inst,
94 this.inst = inst;
108 if (inst != null) {
109 inst.addTransformer(tw);
87 ProviderContainerContractInfoImpl( final ACCClassLoader classLoader, final Instrumentation inst, final String applicationLocation, final ConnectorRuntime connectorRuntime) argument
H A DAppClientContainer.java315 public void prepare(final Instrumentation inst) throws NamingException, argument
319 completePreparation(inst);
345 private void completePreparation(final Instrumentation inst) throws argument
383 (ACCClassLoader) getClassLoader(), inst, client.getAnchorDir(), connectorRuntime);
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DAppClientFacade.java185 public static void prepareACC(String agentArgsText, Instrumentation inst) throws UserError, MalformedURLException, URISyntaxException, JAXBException, FileNotFoundException, ParserConfigurationException, SAXException, IOException, Exception { argument
228 (inst == null));
278 newACC.prepare(inst);

Completed in 545 milliseconds