Searched refs:client (Results 1 - 25 of 227) sorted by relevance

12345678910

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDeploymentFacilityFactory.java41 package org.glassfish.deployment.client;
49 * which are not present in a remote deployment client and therefore should not
H A DDFProgressObject.java41 package org.glassfish.deployment.client;
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/client/
H A DProbeClientInvoker.java41 package org.glassfish.flashlight.client;
H A DProbeClientMethodHandle.java41 package org.glassfish.flashlight.client;
H A DInvokerHandle.java41 package org.glassfish.flashlight.client;
H A DProbeHandle.java41 package org.glassfish.flashlight.client;
H A DProbeListener.java41 package org.glassfish.flashlight.client;
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DAppClientFacadeInfo.java41 package org.glassfish.appclient.client;
43 import org.glassfish.appclient.client.acc.AppClientContainer;
H A DAppClientGroupFacade.java41 package org.glassfish.appclient.client;
43 import org.glassfish.appclient.client.acc.UserError;
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/
H A DProbeClientMethodHandleImpl.java41 package org.glassfish.flashlight.impl.client;
43 import org.glassfish.flashlight.client.ProbeClientMethodHandle;
44 import org.glassfish.flashlight.client.ProbeClientInvoker;
H A DNullStream.java41 package org.glassfish.flashlight.impl.client;
/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DRestSessionTimeoutTest.java44 import com.sun.jersey.api.client.Client;
45 import com.sun.jersey.api.client.ClientResponse;
46 import com.sun.jersey.api.client.filter.HTTPBasicAuthFilter;
62 protected Client client = Client.create(); field in class:RestSessionTimeoutTest
82 client = Client.create();
121 client = Client.create();
150 // proper rest-client lib, these can go away.
153 return client.resource(address).accept(RESPONSE_TYPE).delete(ClientResponse.class);
157 return client.resource(address).accept(RESPONSE_TYPE).post(ClientResponse.class, buildMultivaluedMap(payload));
174 client
[all...]
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dpackage-appclient58 $JAVA -classpath "$_AS_INSTALL_LIB/gf-client.jar" org.glassfish.appclient.client.packageappclient.PackageAppClient "$@"
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/
H A DJAXRPCClientTransportFactory.java45 import com.sun.xml.rpc.client.ClientTransportFactory;
46 import com.sun.xml.rpc.client.ClientTransport;
/glassfish-3.1.2/tests/quicklook/wsit/JaxwsFromWsdl/src/jaxwsfromwsdl/client/
H A DAddNumbersClient.java41 package jaxwsfromwsdl.client;
102 AddNumbersClient client = new AddNumbersClient();
104 result = client.testAddNumbers();
106 result = client.testAddNumbersException();
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DHTTPSInputArchive.java41 package org.glassfish.appclient.client.acc;
H A DMain.java41 package org.glassfish.appclient.client.acc;
132 private static final String CLIENT = "-client";
153 // * Property names used on the server to send these values to a Java Web Start client
187 // private static final String WSS_CLIENT_CONFIG_TEMPLATE = DEFAULT_TEMPLATE_PREFIX + "default-wss-client-configTemplate.xml";
280 // *the client itself) and save the returned args intended for the client.
286 // *file as the client.
306 // *Locate the app client: in a user-specified jar or directory,
345 // *The "info" object for the app client collects together common behavior
346 // *regardless of how the app client wa
[all...]
H A DTestMain.java41 package org.glassfish.appclient.client.acc;
59 "mode=acscript" + ",client=jar=" + JAR_CLIENT_NAME + ",arg=-textauth" + ",arg=-user,arg=" + USER_VALUE);
/glassfish-3.1.2/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/
H A DAppClientContainerAgent.java41 package org.glassfish.appclient.client.acc.agent;
50 import org.glassfish.appclient.client.AppClientFacade;
51 import org.glassfish.appclient.client.CLIBootstrap;
52 import org.glassfish.appclient.client.acc.UserError;
62 * <li>create and initialize a new app client container instance, asking the
80 * The agent prepares the ACC but does not launch the client.
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/management/client/prefs/
H A DStoreException.java41 package com.sun.appserv.management.client.prefs;
/glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/
H A DRestTestBase.java43 import com.sun.jersey.api.client.Client;
44 import com.sun.jersey.api.client.ClientResponse;
45 import com.sun.jersey.api.client.filter.CsrfProtectionFilter;
46 import com.sun.jersey.api.client.filter.HTTPBasicAuthFilter;
74 protected Client client; field in class:RestTestBase
98 if (client == null) {
99 client = Client.create();
100 client.addFilter(new CsrfProtectionFilter());
113 client.removeAllFilters();
117 client
[all...]
H A DMetadataTest.java43 import com.sun.jersey.api.client.ClientResponse;
67 response = client.resource(getAddress(URL_CONFIG)).get(ClientResponse.class);
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/
H A DDefaultGUICallbackHandler.java41 package org.glassfish.appclient.client.acc.callbackhandler;
48 import org.glassfish.appclient.client.acc.callbackhandler.CallbackGUIBindings.MessageType;
/glassfish-3.1.2/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/integration/
H A DAppClientSecurityInfo.java46 import org.glassfish.appclient.client.acc.config.MessageSecurityConfig;
47 import org.glassfish.appclient.client.acc.config.TargetServer;
72 * @Param isJWS set to true if it is Java WebStart client
91 * Do a client login using the CredentialType
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/
H A DServerVersionMatcher.java77 * Returns true if and only if the client version and server version are
78 * compatible. The server version matches with client version if and only if
85 public boolean match(Version client, Version server) { argument
86 return (majorCompatible(client, server) &&
87 minorCompatible(client, server) &&
88 upgradeCompatible(client, server) );
92 //client version can at most equal server version
97 logger.finer("S1AS JSR 160 - Using Backword compatibility, as client version: " +
99 logger.finer("It is better to upgrade the client software");
106 logger.finer("S1AS JSR 160 - Version Compatibility failed, as client versio
[all...]

Completed in 2466 milliseconds

12345678910