Searched refs:connection (Results 26 - 50 of 114) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoBase.java106 // Note: not all derived classes will use a connection cache.
121 Connection connection,
134 connection,
138 ((CorbaConnection)connection).getNextRequestId(),
146 // Called when connection handling a read event.
150 CorbaConnection connection = (CorbaConnection) conn;
153 if (connection.shouldReadGiopHeaderOnly()) {
155 ".createMessageMediator: waiting for message header on connection: "
156 + connection);
159 ".createMessageMediator: waiting for message on connection
119 createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) argument
[all...]
H A DCorbaInboundConnectionCacheImpl.java74 public void put(Acceptor acceptor, Connection connection) argument
77 dprint(".put: " + acceptor + " " + connection);
80 connectionCache.add(connection);
81 connection.setConnectionCache(this);
86 public void remove(Connection connection) argument
89 dprint(".remove: " + connection);
92 connectionCache.remove(connection);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterOutgoingConnection.java40 private Link connection; field in class:ClusterOutgoingConnection
46 this.connection = c;
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryTransport.c82 SharedMemoryConnection *connection = NULL; local
86 rc = shmemBase_accept(transport, (long)timeout, &connection);
96 return CONNECTION_TO_ID(connection);
107 SharedMemoryConnection *connection = NULL; local
113 return CONNECTION_TO_ID(connection);
116 return CONNECTION_TO_ID(connection);
119 rc = shmemBase_attach(addrChars, (long)timeout, &connection);
126 return CONNECTION_TO_ID(connection);
H A DSharedMemoryConnection.c239 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
240 shmemBase_closeConnection(connection);
251 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
255 rc = shmemBase_receiveByte(connection, &b);
271 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
275 rc = shmemBase_receivePacket(connection, &packet);
296 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
299 rc = shmemBase_sendByte(connection, b);
313 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
322 rc = shmemBase_sendPacket(connection,
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpMetadataPublisher.java52 * Adapter that accepted the connection.
53 * @param connection
54 * Represents the current connection.
58 public abstract boolean handleMetadataRequest(@NotNull HttpAdapter adapter, @NotNull WSHTTPConnection connection) throws IOException; argument
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DXMLResourceBundleTest.java61 URLConnection connection = url.openConnection();
62 if (connection != null) {
65 connection.setUseCaches(false);
67 InputStream stream = connection.getInputStream();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoImpl.java26 package com.sun.corba.se.impl.legacy.connection;
88 Connection connection =
93 return connection;
H A DSocketFactoryContactInfoListImpl.java26 package com.sun.corba.se.impl.legacy.connection;
H A DEndPointInfoImpl.java26 package com.sun.corba.se.impl.legacy.connection;
28 import com.sun.corba.se.spi.legacy.connection.LegacyServerSocketEndPointInfo;
H A DLegacyServerSocketManagerImpl.java26 package com.sun.corba.se.impl.legacy.connection;
48 import com.sun.corba.se.spi.legacy.connection.LegacyServerSocketEndPointInfo;
49 import com.sun.corba.se.spi.legacy.connection.LegacyServerSocketManager;
54 import com.sun.corba.se.impl.legacy.connection.SocketFactoryAcceptorImpl;
55 import com.sun.corba.se.impl.legacy.connection.USLPort;
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DContactInfo.java169 Connection connection,
184 Connection connection);
197 Connection connection,
167 createMessageMediator(Broker broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) argument
183 createMessageMediator(Broker broker, Connection connection) argument
196 finishCreatingMessageMediator(Broker broker, Connection connection, MessageMediator messageMediator) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt38 (given an IOR). If the ORB already has a connection of the
39 type/host/port it will use the existing connection. Otherwise it will
48 com.sun.corba.se.spi.legacy.connection.ORBSocketFactory
49 com.sun.corba.se.spi.legacy.connection.EndPointInfo
50 com.sun.corba.se.spi.legacy.connection.GetEndPointInfoAgainException
64 com.sun.corba.se.spi.legacy.connection.Connection
H A DORBSocketFactory.java26 package com.sun.corba.se.spi.legacy.connection;
54 * -Dcom.sun.CORBA.connection.ORBSocketFactoryClass=MySocketFactory
110 * When an ORB needs to create a listen socket on which connection
152 * -Dcom.sun.CORBA.connection.ORBSocketFactoryClass=com.my.MySockFact \
153 * -Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,foo:1 \
310 * containing the type/host/port to be used for the connection.
317 * If the ORB already has an existing connection to the returned
318 * type/host/port, then that connection is used. Otherwise the ORB calls
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java59 private Connection connection; field in class:DiagramConnectionWidget
71 public DiagramConnectionWidget(Connection connection, Scene scene) { argument
73 this.connection = connection;
74 color = connection.getColor();
75 if (connection.getStyle() == Connection.ConnectionStyle.DASHED) {
77 } else if (connection.getStyle() == Connection.ConnectionStyle.BOLD) {
88 return connection;
92 List<Point> newControlPoints = connection.getControlPoints();
93 Connection c = connection;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java488 ModelConnectionBlock connection = performer_connections.get(j);
489 ModelSource[] sources = connection.getSources();
490 ModelDestination dest = connection.getDestination();
494 // check if connection block has the source "modulation
510 newconnection.setSources(connection.getSources());
511 newconnection.setDestination(connection.getDestination());
514 newconnection.setScale(connection.getScale() * 256.0);
544 for (ModelConnectionBlock connection : performer_connections) {
545 ModelSource[] sources = connection.getSources();
546 ModelDestination dest = connection
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java137 return manager.createVirtualMachine(helper.connection(),
154 private Connection connection = null; field in class:AbstractLauncher.Helper
185 while ((connection == null) &&
211 Connection connection() { method in class:AbstractLauncher.Helper
212 return connection;
220 synchronized void notifyOfConnection(Connection connection) { argument
221 this.connection = connection;
252 "connection acceptor") {
255 Connection connection
[all...]
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DExchangeImpl.java43 HttpConnection connection; field in class:ExchangeImpl
50 /* close the underlying connection when this exchange finished */
84 String m, URI u, Request req, long len, HttpConnection connection
91 this.connection = connection;
117 return connection.getHttpContext();
130 /* close the underlying connection if,
137 connection.close();
141 connection.close();
149 connection
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputObject.java72 private CorbaConnection connection; field in class:CDROutputObject
137 CorbaConnection connection, Message header,
150 this.connection = connection ;
171 public void writeTo(CorbaConnection connection) argument
185 dprint(".writeTo: " + connection);
192 connection.write(bbwi.byteBuffer);
207 if (connection != null) {
208 return connection;
228 * negotiated code sets from the connection
135 CDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEnv.java49 private static VMConnection connection; field in class:Env
61 connection = new VMConnection(connectSpec, flags);
62 if (!connection.isLaunch() || openNow) {
63 connection.open();
67 static VMConnection connection() { method in class:Env
68 return connection;
72 return connection.vm();
80 if (connection != null) {
82 connection.disposeVM();
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java111 * <p>A connection to a remote RMI connector. Usually, such
177 * the connection. For JNDI-based addresses, these attributes can
194 * the connection. This parameter can be null, which is
293 logger.trace("connect",idstr + " getting connection...");
297 connection = getConnection(stub, credentials, checkStub);
333 // reconnecting, to identify the "old" connection.
342 "Successful connection",
371 // we do a remote call to have an IOException if the connection is broken.
373 return connection.getConnectionId();
499 if (connection !
2538 private transient RMIConnection connection; field in class:RMIConnector
[all...]
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DManagementFactory.java551 * @param connection the <tt>MBeanServerConnection</tt> to forward to.
553 * <tt>connection</tt> to forward to. <tt>mxbeanName</tt> must be
562 * <li>the named MXBean in the <tt>connection</tt> is
574 newPlatformMXBeanProxy(MBeanServerConnection connection, argument
597 if (!connection.isInstanceOf(objName, intfName)) {
604 boolean emitter = connection.isInstanceOf(objName, NOTIF_EMITTER);
607 return JMX.newMXBeanProxy(connection, objName, mxbeanInterface,
696 * getPlatformMXBeans(connection, mxbeanInterface)}.get(0);
699 * @param connection the {@code MBeanServerConnection} to forward to.
719 T getPlatformMXBean(MBeanServerConnection connection, argument
761 getPlatformMXBeans(MBeanServerConnection connection, Class<T> mxbeanInterface) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java79 * negative responses are cached, i.e. if we are unable to open the connection
82 * connection.
303 URLConnection connection = uri.toURL().openConnection();
305 connection.setIfModifiedSince(lastModified);
307 in = connection.getInputStream();
309 lastModified = connection.getLastModified();
316 } else if (connection instanceof HttpURLConnection) {
318 HttpURLConnection hconn = (HttpURLConnection) connection;
422 URLConnection connection = uri.toURL().openConnection();
424 connection
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServerFactory.java319 JMXConnectorServer connection =
324 if (connection != null)
325 return connection;
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6401598.java93 HttpURLConnection connection = getHttpURLConnection(new URL("http://127.0.0.1:"+port+"/server/"), 10000);
95 OutputStream os = connection.getOutputStream();
106 InputStream is = connection.getInputStream();

Completed in 55 milliseconds

12345