|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITick | |
|---|---|
| orca.shirako.api | |
| orca.shirako.container | |
| orca.shirako.container.api | |
| orca.shirako.core | |
| orca.shirako.kernel | |
| orca.shirako.kernel.interfaces | |
| Uses of ITick in orca.shirako.api |
|---|
| Subinterfaces of ITick in orca.shirako.api | |
|---|---|
interface |
IActor
IActor defines the common functionality of all actors. |
interface |
IAuthority
IAuthority defines the interface for a Shirako actor acting in
the authority role. |
interface |
IBroker
IBroker defines the interface for a Shirako actor acting in
the broker role. |
interface |
IClientActor
IClientActor defines the common functionality for actors
acting as clients of other actors (service managers and brokers). |
interface |
IServerActor
IServerActor defines the common functionality for actors
acting as servers for other actors (brokers and site authorities). |
interface |
IServiceManager
IServiceManager defines the interface for a Shirako actor
acting in the service manager role. |
| Uses of ITick in orca.shirako.container |
|---|
| Methods in orca.shirako.container with parameters of type ITick | |
|---|---|
void |
ShirakoContainerManager.register(ITick tickable)
|
void |
ShirakoContainerManager.unregister(ITick tickable)
|
| Uses of ITick in orca.shirako.container.api |
|---|
| Methods in orca.shirako.container.api with parameters of type ITick | |
|---|---|
void |
IContainerClock.register(ITick tickable)
Registers an object with the ticker |
void |
IContainerClock.unregister(ITick tickable)
Unregisters an object with the ticker |
| Uses of ITick in orca.shirako.core |
|---|
| Classes in orca.shirako.core that implement ITick | |
|---|---|
class |
Actor
Actor is the base class for all actor implementations. |
class |
Authority
Authority is the base implementation for a site authority
actor. |
class |
Broker
Broker offers the base for all broker actors. |
class |
ServiceManager
ServiceManager is the base implementation for a service
manager actor. |
| Uses of ITick in orca.shirako.kernel |
|---|
| Fields in orca.shirako.kernel with type parameters of type ITick | |
|---|---|
protected java.util.Hashtable<ITick,orca.shirako.kernel.ConcurrentTick.ItemTicker> |
ConcurrentTick.tickers
All tickable items. |
| Methods in orca.shirako.kernel with parameters of type ITick | |
|---|---|
void |
SynchronousTick.addTickable(ITick tickable)
|
void |
ConcurrentTick.addTickable(ITick tickable)
|
void |
SynchronousTick.removeTickable(ITick tickable)
|
void |
ConcurrentTick.removeTickable(ITick tickable)
|
| Uses of ITick in orca.shirako.kernel.interfaces |
|---|
| Methods in orca.shirako.kernel.interfaces with parameters of type ITick | |
|---|---|
void |
ITicker.addTickable(ITick tickable)
|
void |
ITicker.removeTickable(ITick tickable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||