|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.waveset.provision.ProvisionThread
A thread that can be launched to perform resource operations during provisioning.
Field Summary | |
static java.lang.String |
code_id
|
protected static Trace |
trace
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ProvisionThread(ThreadContext c,
int number)
|
Method Summary | |
java.lang.String |
getAdminName()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDescription(boolean includeUserName)
|
static java.lang.String |
getDescription(ResourceOp op,
ThreadContext context,
boolean includeUserName)
Debug method to display what this provisioning thread is doing Should look like Provisioner: NTExchange (NT and Exchange Server), create bob |
int |
getNumber()
|
boolean |
isFinished()
|
void |
run()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static final Trace trace
Constructor Detail |
public ProvisionThread(ThreadContext c, int number)
Method Detail |
public int getNumber()
public boolean isFinished()
public java.lang.String getAdminName()
public void run()
public static java.lang.String getDescription(ResourceOp op, ThreadContext context, boolean includeUserName)
public java.lang.String getDescription()
public java.lang.String getDescription(boolean includeUserName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |