|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.provision.ReconMonitor
Field Summary | |
static java.lang.String |
code_id
|
protected static Trace |
trace
|
Constructor Summary | |
ReconMonitor()
|
Method Summary | |
void |
accountCreated(LighthouseContext context,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called after an account has been created. |
void |
accountDeleted(LighthouseContext context,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called after an account has been deleted. |
void |
accountFetched(LighthouseContext context,
ProvisioningOptions options,
WSUser user,
ResourceOp op,
WSUser fetched)
Called immediately after an account has been fetched from a resource. |
void |
accountRenamed(LighthouseContext context,
ProvisioningOptions options,
java.lang.String origAccountId,
ResourceOp op)
Called after an account has been renamed. |
void |
accountUpdated(LighthouseContext context,
ProvisioningOptions options,
WSUser user,
ResourceOp op)
Called after an account has been updated. |
protected void |
createReconIndex(Resource res,
ResourceInfo info,
ResourceResult result)
Update the AccountIndex with a Lighthouse-created resource account so that recon won't think the account was created natively. |
protected void |
deleteReconIndex(Resource res,
ResourceInfo info,
ResourceResult result)
Update the AccountIndex with a Lighthouse-deleted resource account so that recon won't think the account was deleted natively. |
protected void |
indexFoundAccount(Resource r,
ResourceInfo info,
java.lang.String accountId,
WSUser fetched,
ResourceResult result)
Record a found or confirmed account in the AccountIndex. |
protected void |
indexMissingAccount(Resource r,
ResourceInfo info,
java.lang.String accountId,
ResourceResult result)
Report a missing or deleted account in the AccountIndex. |
protected void |
renameAccountIndexEntry(Resource res,
java.lang.String origAccountId,
java.lang.String newAccountId,
java.lang.String accountGUID,
ResourceResult result)
Rename an entry in the Account Index. |
protected void |
updateReconIndex(Resource res,
ResourceInfo info,
ResourceResult result)
Update the Account Index (with a Lighthouse-initiated change) so that recon won't think the account was updated natively. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static final Trace trace
Constructor Detail |
public ReconMonitor()
Method Detail |
public void accountFetched(LighthouseContext context, ProvisioningOptions options, WSUser user, ResourceOp op, WSUser fetched) throws WavesetException
accountFetched
in interface ProvisionMonitor
WavesetException
public void accountCreated(LighthouseContext context, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
accountCreated
in interface ProvisionMonitor
WavesetException
public void accountDeleted(LighthouseContext context, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
accountDeleted
in interface ProvisionMonitor
WavesetException
public void accountRenamed(LighthouseContext context, ProvisioningOptions options, java.lang.String origAccountId, ResourceOp op) throws WavesetException
accountRenamed
in interface ProvisionMonitor
WavesetException
public void accountUpdated(LighthouseContext context, ProvisioningOptions options, WSUser user, ResourceOp op) throws WavesetException
accountUpdated
in interface ProvisionMonitor
WavesetException
protected void createReconIndex(Resource res, ResourceInfo info, ResourceResult result)
protected void deleteReconIndex(Resource res, ResourceInfo info, ResourceResult result)
protected void indexMissingAccount(Resource r, ResourceInfo info, java.lang.String accountId, ResourceResult result)
protected void indexFoundAccount(Resource r, ResourceInfo info, java.lang.String accountId, WSUser fetched, ResourceResult result)
protected void updateReconIndex(Resource res, ResourceInfo info, ResourceResult result)
#updateReconBaseline
protected void renameAccountIndexEntry(Resource res, java.lang.String origAccountId, java.lang.String newAccountId, java.lang.String accountGUID, ResourceResult result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |