Searched refs:receive (Results 1 - 20 of 20) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DIConnection.java60 public Object receive() throws Exception; method in interface:IConnection
H A DMBeanServerMessageConductor.java79 return ((MBeanServerResponseMessage)connection.receive());
H A DServletConnection.java120 public Object receive( ) throws IOException, ClassNotFoundException { method in class:ServletConnection
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DJkChannel.java91 public int receive(Msg msg, MsgContext ep) throws IOException; method in interface:JkChannel
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/comm/
H A DDefaultMessageExchangeTransport.java65 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:DefaultMessageExchangeTransport
H A DMessageReceiver.java49 * An instance of this class is used to receive a
51 * The object that need to receive the message calls receive()
53 * receive() method will block until MessageAcceptor releases it
56 * Typically MessageReceiver.receive() is called on the application
66 public void receive() { method in class:MessageReceiver
H A DMessageExchangeTransport.java63 * Interface to send message to and receive message from NMR.
69 public UnWrappedMessage receive(EndpointMetaData emd); // Receive unwrapped message. method in interface:MessageExchangeTransport
H A DConsumerInOnly.java89 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ConsumerInOnly
H A DProviderInOnly.java88 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ProviderInOnly
H A DProviderInOut.java85 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ProviderInOut
H A DConsumerInOut.java126 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ConsumerInOut
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkInputStream.java151 receive();
223 if( !receive() ) {
238 * 'special' packet in ajp13 and to receive the data
241 public boolean receive() throws IOException { method in class:JkInputStream
244 int err = mc.getSource().receive(bodyMsg, mc);
309 boolean moreData=receive();
H A DChannelJni.java106 public int receive( Msg msg, MsgContext ep ) method in class:ChannelJni
114 log.finest("No send() prior to receive(), no data buffer");
115 // No sent() was done prior to receive.
127 log.severe( "Error, in JNI mode the msg used for receive() must be identical with the one used for send()");
146 // Next receive() will just get it from there. Very tricky to do
199 return receive( msg, ep );
206 // Reset receivedNote. It'll be visible only after a SEND and before a receive.
H A DChannelUn.java279 public int receive( Msg msg, MsgContext ep ) method in class:ChannelUn
285 log.log(Level.SEVERE, "receive error: " + rc, new Throwable());
292 log.finest("receive: total read = " + msg.getLen());
345 int res=this.receive( recv, ep );
379 return receive( msg, ep );
H A DChannelSocket.java593 public int receive( Msg msg, MsgContext ep ) method in class:ChannelSocket
596 log.finest("receive() ");
734 int status= this.receive( recv, ep );
796 return receive( msg, ep );
H A DChannelNioSocket.java602 public int receive( Msg msg, MsgContext ep ) method in class:ChannelNioSocket
605 log.finest("receive() ");
741 return receive( msg, ep );
890 int status= receive( recv, ep );
H A DHandlerRequest.java469 jkIS.receive();
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/
H A DNMRServerConnection.java77 Message message = meTransport.receive(endpt.getEndpointMetaData());
H A DNMRClientConnection.java155 Message respMsg = meTransport.receive(getEndpointMetaData());
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/client/
H A DClient.java155 Message recvdmessage = queueReceiver.receive(TIMEOUT);

Completed in 85 milliseconds