|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.AbstractInvocable
com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
protected static class WorkManager.CollectMembershipInfo
Invocable task used during handshake, which has to be scheduled
immediately.
| Field Summary |
|---|
| Fields inherited from interface com.tangosol.net.PriorityTask |
|---|
SCHEDULE_FIRST, SCHEDULE_IMMEDIATE, SCHEDULE_STANDARD, TIMEOUT_DEFAULT, TIMEOUT_NONE |
| Constructor Summary | |
|---|---|
WorkManager.CollectMembershipInfo(Member memberServer)
Construct the task for a given member server (could be null for a client). |
|
| Method Summary | |
|---|---|
int |
getSchedulingPriority()
Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants. |
void |
run()
Called exactly once by the InvocationService to invoke this Invocable object. |
| Methods inherited from class com.tangosol.net.AbstractInvocable |
|---|
getExecutionTimeoutMillis, getRequestTimeoutMillis, getResult, getService, init, isRespondInOrder, runCanceled, setResult |
| Constructor Detail |
|---|
public WorkManager.CollectMembershipInfo(Member memberServer)
| Method Detail |
|---|
public int getSchedulingPriority()
This implementation returns SCHEDULE_STANDARD.
getSchedulingPriority in interface PriorityTaskgetSchedulingPriority in class AbstractInvocablepublic void run()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||