Groovy Documentation

org.linkedin.glu.orchestration.engine.fabric
[Groovy] Class AuditedFabricService

java.lang.Object
  org.linkedin.glu.orchestration.engine.fabric.AuditedFabricService

class AuditedFabricService

Authors:
yan@pongasoft.com


Property Summary
AuditLogService auditLogService

FabricService fabricService

 
Method Summary
void resetCache()

void setAgentFabric(java.lang.String agentName, java.lang.String fabricName)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

auditLogService

@Initializable
AuditLogService auditLogService


fabricService

@Delegate
@Initializable(required = true)
FabricService fabricService


 
Method Detail

resetCache

@Override
void resetCache()


setAgentFabric

@Override
void setAgentFabric(java.lang.String agentName, java.lang.String fabricName)


 

Groovy Documentation