|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActorClock in orca.policy.core |
|---|
| Fields in orca.policy.core declared as ActorClock | |
|---|---|
protected ActorClock |
BaseServiceManagerCalendarPolicy.clock
The clock |
| Uses of ActorClock in orca.shirako.api |
|---|
| Methods in orca.shirako.api that return ActorClock | |
|---|---|
ActorClock |
IActor.getActorClock()
Returns the actor clock used by the actor. |
| Methods in orca.shirako.api with parameters of type ActorClock | |
|---|---|
void |
IActor.setActorClock(ActorClock clock)
Sets the actor clock to be used by the actor. |
| Uses of ActorClock in orca.shirako.container |
|---|
| Methods in orca.shirako.container that return ActorClock | |
|---|---|
ActorClock |
ShirakoContainerManager.getActorClock()
|
| Uses of ActorClock in orca.shirako.container.api |
|---|
| Methods in orca.shirako.container.api that return ActorClock | |
|---|---|
ActorClock |
IContainerClock.getActorClock()
Returns an actor clock instance. |
| Uses of ActorClock in orca.shirako.core |
|---|
| Fields in orca.shirako.core declared as ActorClock | |
|---|---|
protected ActorClock |
Policy.clock
The converter from real to local time |
protected ActorClock |
Actor.clock
Factory for term. |
| Methods in orca.shirako.core that return ActorClock | |
|---|---|
ActorClock |
Actor.getActorClock()
|
| Methods in orca.shirako.core with parameters of type ActorClock | |
|---|---|
void |
Actor.setActorClock(ActorClock clock)
|
| Constructors in orca.shirako.core with parameters of type ActorClock | |
|---|---|
Actor(AuthToken auth,
ActorClock clock)
Creates a new actor with the given identity and clock. |
|
Authority(AuthToken identity,
ActorClock clock)
Creates a new authority with the given identity and clock factory. |
|
Broker(AuthToken identity,
ActorClock clock)
Creates a new broker with the given identity and term factory. |
|
ServiceManager(AuthToken identity,
ActorClock clock)
Creates a new service manager with the given identity and clock factory. |
|
| Uses of ActorClock in orca.shirako.kernel |
|---|
| Fields in orca.shirako.kernel declared as ActorClock | |
|---|---|
protected ActorClock |
SynchronousTick.clock
|
protected ActorClock |
ConcurrentTick.clockFactory
The clock factory. |
| Uses of ActorClock in orca.shirako.time |
|---|
| Methods in orca.shirako.time with parameters of type ActorClock | |
|---|---|
Term |
Term.changeTerm(long length,
ActorClock clock)
Change the length of a term, but do not change the start date |
Term |
Term.extendTerm(ActorClock clock)
Extend the specified term by the length it was before |
Term |
Term.extendTermByLength(long length,
ActorClock clock)
Extend the specified term by the length it was before |
Term |
Term.shiftTerm(java.util.Date newStartDate,
ActorClock clock)
Shift a given term to start at a specified cycle Called on the term that's being shifted |
java.lang.String |
Term.toString(ActorClock clock)
Converts a term to a string. |
| Constructors in orca.shirako.time with parameters of type ActorClock | |
|---|---|
Term(java.util.Date start,
ActorClock clock)
Creates a "forever" term |
|
Term(java.util.Date start,
java.util.Date end,
ActorClock clock)
|
|
Term(java.util.Date start,
java.util.Date end,
java.util.Date newStart,
ActorClock clock)
|
|
Term(java.util.Date start,
long length,
ActorClock clock)
Create a new term starting at the specified date |
|
| Uses of ActorClock in orca.shirako.time.calendar |
|---|
| Fields in orca.shirako.time.calendar declared as ActorClock | |
|---|---|
protected ActorClock |
BaseCalendar.clock
Converter from real time to cycles; |
| Constructors in orca.shirako.time.calendar with parameters of type ActorClock | |
|---|---|
AuthorityCalendar(ActorClock clock)
|
|
BaseCalendar(ActorClock clock)
|
|
BrokerCalendar(ActorClock clock)
|
|
ClientCalendar(ActorClock clock)
|
|
ServiceManagerCalendar(ActorClock clock)
|
|
| Uses of ActorClock in orca.tests.core |
|---|
| Fields in orca.tests.core declared as ActorClock | |
|---|---|
protected ActorClock |
SimpleLoadSource.clock
The clock |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||