Package | Description |
---|---|
messif.executor |
Support for automatic execution by reflection.
|
messif.network |
Message-based networking support.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodClassExecutor
This class allows to execute a methods on a specified object.
|
class |
MethodNameExecutor
This class allows to execute a methods on a specified object.
|
Modifier and Type | Field and Description |
---|---|
protected MethodExecutor |
MethodThreadList.methodExecutor
MethodExecutor object that is bound to this
|
Constructor and Description |
---|
MethodThreadList(MethodExecutor methodExecutor)
Create a new instance of MethodThreadList.
|
Modifier and Type | Class and Description |
---|---|
class |
InvokingReceiver
Receiver that allows to execute a method for received message.
|
class |
QueueInvokingReceiver
Receiver that allows to execute a method for received message without blocking the dispather.
|
class |
ThreadInvokingReceiver
Receiver that allows to execute a method for received message without blocking the dispather.
|