Searched refs:dprint (Results 1 - 25 of 52) sorted by relevance

123

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/transport/
H A DReaderThreadImpl.java72 dprint(".close: " + connection);
88 dprint(".doWork: Start ReaderThread: " + connection);
94 dprint(".doWork: Start ReaderThread cycle: "
104 dprint(".doWork: End ReaderThread cycle: "
110 dprint(".doWork: exception in read: " + connection,t);
119 dprint(".doWork: Terminated ReaderThread: " + connection);
141 private void dprint(String msg) method in class:ReaderThreadImpl
143 ORBUtility.dprint("ReaderThreadImpl", msg);
146 protected void dprint(String msg, Throwable t) method in class:ReaderThreadImpl
148 dprint(ms
[all...]
H A DListenerThreadImpl.java72 dprint(".close: " + acceptor);
89 dprint(".doWork: Start ListenerThread: " + acceptor);
94 dprint(".doWork: BEFORE ACCEPT CYCLE: " + acceptor);
100 dprint(".doWork: AFTER ACCEPT CYCLE: " + acceptor);
104 dprint(".doWork: Exception in accept: " + acceptor,t);
113 dprint(".doWork: Terminated ListenerThread: " + acceptor);
135 private void dprint(String msg) method in class:ListenerThreadImpl
137 ORBUtility.dprint("ListenerThreadImpl", msg);
140 private void dprint(String msg, Throwable t) method in class:ListenerThreadImpl
142 dprint(ms
[all...]
H A DSelectorImpl.java108 dprint(".registerInterestOps:-> " + eventHandler);
126 dprint(".registerInterestOps: selector.wakeup: ", t);
133 dprint(".registerInterestOps: EventHandler SelectionKey not valid " + eventHandler);
138 dprint(".registerInterestOps:<- ");
145 dprint(".registerForEvent: " + eventHandler);
150 dprint(".registerForEvent: closed: " + eventHandler);
175 dprint(".registerForEvent: default: " + eventHandler);
185 dprint(".unregisterForEvent: " + eventHandler);
190 dprint(".unregisterForEvent: closed: " + eventHandler);
218 dprint("
585 private void dprint(String msg) method in class:SelectorImpl
590 protected void dprint(String msg, Throwable t) method in class:SelectorImpl
[all...]
H A DEventHandlerBase.java87 dprint(".handleEvent->: " + this);
95 dprint(".handleEvent: addWork to pool: " + 0);
107 dprint(".handleEvent: " + throwable);
115 dprint(".handleEvent: doWork");
120 dprint(".handleEvent<-: " + this);
144 private void dprint(String msg) method in class:EventHandlerBase
146 ORBUtility.dprint("EventHandlerBase", msg);
H A DCorbaResponseWaitingRoomImpl.java96 dprint(".registerWaiter: " + opAndId(messageMediator));
112 dprint(".unregisterWaiter: " + opAndId(messageMediator));
129 dprint(".waitForResponse->: " + opAndId(messageMediator));
139 dprint(".waitForResponse: one way - not waiting: "
159 dprint(".waitForResponse: waiting: "
168 dprint(".waitForResponse: exception: "
193 dprint(".waitForResponse<-: " + opAndId(messageMediator));
207 dprint(".responseReceived: id/"
222 dprint(".responseReceived: id/"
240 dprint("
326 protected void dprint(String msg) method in class:CorbaResponseWaitingRoomImpl
[all...]
H A DSocketOrChannelConnectionImpl.java220 dprint(".initialize: connection created: " + socket);
305 dprint(".read->: " + this);
316 dprint(".read<-: " + this);
326 dprint(".readBits->: " + this);
344 dprint(".readBits: " + this + ": ThreadDeath: " + td, td);
350 dprint(".readBits: " + this + ": purgeCalls: Throwable: " + t, t);
356 dprint(".readBits: " + this + ": Throwable: " + ex, ex);
365 dprint(".readBits: " + this +
385 dprint(".readBits<-: " + this);
396 dprint("
1675 public void dprint(String msg) method in class:SocketOrChannelConnectionImpl
1680 protected void dprint(String msg, Throwable t) method in class:SocketOrChannelConnectionImpl
[all...]
H A DCorbaConnectionCacheBase.java150 dprint(".reclaim->: " + numberOfConnections
191 dprint(".reclaim: closing: " + toClose);
200 dprint(".reclaim: connections reclaimed ("
212 dprint(".reclaim<-: " + numberOfConnections());
242 dprint(".constructor: cacheType: " + getCacheType()
250 dprint(".stats: "
262 protected void dprint(String msg) method in class:CorbaConnectionCacheBase
264 ORBUtility.dprint("CorbaConnectionCacheBase", msg);
H A DSocketOrChannelAcceptorImpl.java150 dprint(".initialize: " + this);
240 dprint(".accept: " +
249 dprint(".accept: new: " + connection);
269 dprint(".accept: registerForEvent: " + connection);
279 dprint(".accept:", e);
297 dprint(".close->:");
311 dprint(".close:", e);
315 dprint(".close<-:");
445 dprint(".doWork->: " + this);
451 dprint("
604 protected void dprint(String msg) method in class:SocketOrChannelAcceptorImpl
609 protected void dprint(String msg, Throwable t) method in class:SocketOrChannelAcceptorImpl
[all...]
H A DCorbaInboundConnectionCacheImpl.java66 dprint(": " + acceptor );
79 dprint(".close: " + acceptor );
97 dprint(".put: " + acceptor + " " + connection);
109 dprint(".remove: " + connection);
216 protected void dprint(String msg) method in class:CorbaInboundConnectionCacheImpl
218 ORBUtility.dprint("CorbaInboundConnectionCacheImpl", msg);
H A DCorbaOutboundConnectionCacheImpl.java73 dprint(".get: " + contactInfo + " " + contactInfo.hashCode());
84 dprint(".put: " + contactInfo + " " + contactInfo.hashCode() + " "
97 dprint(".remove: " + contactInfo + " " + contactInfo.hashCode());
204 protected void dprint(String msg) method in class:CorbaOutboundConnectionCacheImpl
206 ORBUtility.dprint("CorbaOutboundConnectionCacheImpl", msg);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/servicecontext/
H A DServiceContextRegistry.java40 private void dprint( String msg ) method in class:ServiceContextRegistry
42 ORBUtility.dprint( this, msg ) ;
65 dprint( "Registering service context class " + cls ) ;
78 dprint( "Searching registry for service context id " + scId ) ;
86 dprint( "Service context data found: " + scd ) ;
93 dprint( "Service context data not found" ) ;
H A DServiceContexts.java81 private void dprint( String msg ) method in class:ServiceContexts
83 ORBUtility.dprint( this, msg ) ;
89 ORBUtility.dprint( "ServiceContexts", "Writing null service context" ) ;
107 dprint( "Constructing ServiceContexts from input stream" ) ;
112 dprint("Number of service contexts = " + numValid);
118 dprint("Reading service context id " + scId);
123 dprint("Service context" + scId + " length: " + data.length);
178 dprint("Could not find ServiceContextData for "
188 dprint("Found " + scd);
250 dprint( "Writin
[all...]
H A DServiceContextData.java42 private void dprint( String msg ) method in class:ServiceContextData
44 ORBUtility.dprint( this, msg ) ;
58 dprint( "ServiceContextData constructor called for class " + cls ) ;
64 dprint( "Finding constructor for " + cls ) ;
77 dprint( "Finding SERVICE_CONTEXT_ID field in " + cls ) ;
90 dprint( "Checking modifiers of SERVICE_CONTEXT_ID field in " + cls ) ;
98 dprint( "Getting value of SERVICE_CONTEXT_ID in " + cls ) ;
109 dprint( "Exception in ServiceContextData constructor: " + nssc ) ;
113 dprint( "Unexpected Exception in ServiceContextData constructor: " +
118 dprint( "ServiceContextDat
[all...]
H A DServiceContext.java67 private void dprint( String msg ) method in class:ServiceContext
69 ORBUtility.dprint( this, msg ) ;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAManagerImpl.java108 ORBUtility.dprint( this, "Calling countedWait on POAManager " +
120 ORBUtility.dprint( this, "Exiting countedWait on POAManager " +
129 ORBUtility.dprint( this, "Calling notifyWaiters on POAManager " +
153 ORBUtility.dprint( this, "Creating POAManagerImpl " + this ) ;
215 ORBUtility.dprint( this,
234 ORBUtility.dprint( this,
250 ORBUtility.dprint( this,
274 ORBUtility.dprint( this,
290 ORBUtility.dprint( this,
316 ORBUtility.dprint( thi
[all...]
H A DPOAImpl.java290 ORBUtility.dprint( this, "LOCKED poa " + this ) ;
298 ORBUtility.dprint( this, "UNLOCKED poa " + this ) ;
318 ORBUtility.dprint( this, "Creating POA with name=" + name +
376 ORBUtility.dprint( this, "Initializing poa " + this +
394 ORBUtility.dprint( this, "Initializing poa: oktemp=" + oktemp ) ;
423 ORBUtility.dprint( this,
436 ORBUtility.dprint( this,
462 ORBUtility.dprint( this,
483 ORBUtility.dprint( this,
535 ORBUtility.dprint( thi
[all...]
H A DPOAPolicyMediatorImpl_R_USM.java100 ORBUtility.dprint( this,
111 ORBUtility.dprint( this,
120 ORBUtility.dprint( this,
134 ORBUtility.dprint( this,
147 ORBUtility.dprint( this,
154 ORBUtility.dprint( this,
161 ORBUtility.dprint( this,
176 ORBUtility.dprint( this,
198 ORBUtility.dprint( this,
208 ORBUtility.dprint( thi
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaServerRequestDispatcherImpl.java140 dprint(".locate->");
156 dprint(".locate<-");
165 dprint(".dispatch->: " + opAndId(request));
185 dprint(".dispatch: " + opAndId(request)
208 dprint(".dispatch: " + opAndId(request)
218 dprint(".dispatch: " + opAndId(request)
233 dprint(".dispatch: " + opAndId(request)
244 dprint(".dispatch: " + opAndId(request)
271 dprint(".dispatch: " + opAndId(request)
281 dprint("
874 protected void dprint(String msg) method in class:CorbaServerRequestDispatcherImpl
[all...]
H A DCorbaMessageMediatorImpl.java387 dprint(".sendCancelRequestIfFinalFragmentNotSent->: "
398 dprint(".sendCancelRequestIfFinalFragmentNotSent: !ERROR : " + opAndId(this),
408 dprint(".sendCancelRequestIfFinalFragmentNotSent<-: "
762 dprint(".resumeSelect:->");
778 dprint(".resumeSelect: id/"
793 dprint(".resumeSelect:<-");
833 dprint(".handleInput->: "
842 dprint(".handleInput: CloseConnection: purging");
848 dprint(".handleInput: MessageError: purging");
854 dprint("
1418 private void dprint(String msg, Throwable t) method in class:CorbaMessageMediatorImpl
1424 private void dprint(String msg) method in class:CorbaMessageMediatorImpl
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTransientObjectManager.java43 void dprint( String msg ) { method in class:TransientObjectManager
44 ORBUtility.dprint( this, msg ) ;
68 dprint( "storeServant returns key for element " + elem ) ;
78 dprint( "lookupServant called with index=" + index + ", counter=" + counter ) ;
83 dprint( "\tcounter is valid" ) ;
89 dprint( "\tcounter is invalid" ) ;
99 dprint( "lookupServantData called with index=" + index + ", counter=" + counter ) ;
104 dprint( "\tcounter is valid" ) ;
110 dprint( "\tcounter is invalid" ) ;
118 dprint( "deletin
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DStateEngineImpl.java155 ORBUtility.dprint( this, "doIt enter: currentState = " +
162 ORBUtility.dprint( this, "doIt exit" ) ;
190 ORBUtility.dprint( this, "Calling innerDoIt with input " + in ) ;
208 ORBUtility.dprint( this, "currentState = " + currentState ) ;
209 ORBUtility.dprint( this, "in = " + in ) ;
210 ORBUtility.dprint( this, "default nextState = " + nextState ) ;
211 ORBUtility.dprint( this, "default action = " + action ) ;
224 ORBUtility.dprint( this,
232 ORBUtility.dprint( this, "nextState = " + nextState ) ;
233 ORBUtility.dprint( thi
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryAcceptorImpl.java65 dprint("initialize: " + this);
88 protected void dprint(String msg) method in class:SocketFactoryAcceptorImpl
90 ORBUtility.dprint(toStringName(), msg);
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpConnection.java127 ServerImpl.dprint ("Channel already closed");
136 ServerImpl.dprint (e);
143 ServerImpl.dprint (e);
150 ServerImpl.dprint (e);
155 ServerImpl.dprint (e);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputObject.java89 dprint(".CDRInputObject constructor:");
134 dprint(".unmarshalHeader->: " + getMessageHeader());
140 dprint(".unmarshalHeader: !!ERROR!!: "
147 dprint(".unmarshalHeader<-: " + getMessageHeader());
261 protected void dprint(String msg) method in class:CDRInputObject
263 ORBUtility.dprint("CDRInputObject", msg);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/fsm/
H A DFSMImpl.java101 ORBUtility.dprint( this, "Calling internalSetState with nextState = " +
108 ORBUtility.dprint( this, "Exiting internalSetState with state = " +

Completed in 95 milliseconds

123