/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/ |
H A D | IConnection.java | 60 public Object receive() throws Exception; method in interface:IConnection
|
H A D | MBeanServerMessageConductor.java | 79 return ((MBeanServerResponseMessage)connection.receive());
|
H A D | ServletConnection.java | 120 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 D | JkChannel.java | 91 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 D | DefaultMessageExchangeTransport.java | 65 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:DefaultMessageExchangeTransport
|
H A D | MessageReceiver.java | 49 * 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 D | MessageExchangeTransport.java | 63 * 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 D | ConsumerInOnly.java | 89 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ConsumerInOnly
|
H A D | ProviderInOnly.java | 88 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ProviderInOnly
|
H A D | ProviderInOut.java | 85 public UnWrappedMessage receive(EndpointMetaData emd) { method in class:ProviderInOut
|
H A D | ConsumerInOut.java | 126 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 D | JkInputStream.java | 151 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 D | ChannelJni.java | 106 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 D | ChannelUn.java | 279 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 D | ChannelSocket.java | 593 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 D | ChannelNioSocket.java | 602 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 D | HandlerRequest.java | 469 jkIS.receive();
|
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/ |
H A D | NMRServerConnection.java | 77 Message message = meTransport.receive(endpt.getEndpointMetaData());
|
H A D | NMRClientConnection.java | 155 Message respMsg = meTransport.receive(getEndpointMetaData());
|
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/client/ |
H A D | Client.java | 155 Message recvdmessage = queueReceiver.receive(TIMEOUT);
|