|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.ow2.carol.cmi.smart.client | |
| org.ow2.carol.cmi.smart.message | |
| Uses of Message in org.ow2.carol.cmi.smart.client |
|---|
| Methods in org.ow2.carol.cmi.smart.client with parameters of type Message | |
|---|---|
java.nio.ByteBuffer |
SmartClassLoader.sendRequest(Message message,
java.nio.channels.SocketChannel channel)
Sends the given message on the given channel. |
| Uses of Message in org.ow2.carol.cmi.smart.message |
|---|
| Classes in org.ow2.carol.cmi.smart.message that implement Message | |
|---|---|
class |
ClassAnswer
Send a class to the client. |
class |
ClassNotFound
Send a Class not found message to client. |
class |
ClassRequest
Sends a request with the classname that is wanted. |
class |
FactoryNameAnswer
Server sends the factory name to the client. |
class |
FactoryNameRequest
Client asks the factory name to the server. |
class |
ProviderURLsAnswer
Server sends the list of provider urls to client. |
class |
ProviderURLsRequest
Client asks the list of available provider urls to server. |
class |
ResourceAnswer
Answer to the client with the content of the resource. |
class |
ResourceNotFound
Send a resource not found message to client. |
class |
ResourceRequest
Client asks the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||