Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.orchestration.engine.fabric.AuditedFabricService
All Implemented Interfaces:
FabricService

class AuditedFabricService

Authors:
yan@pongasoft.com


Property Summary
AuditLogService auditLogService

FabricService fabricService

 
Method Summary
boolean clearAgentFabric(java.lang.String agentName, java.lang.String fabricName)

void configureAgent(java.net.InetAddress host, java.lang.String fabricName)

void configureAgent(java.net.URI agentConfigURI, java.lang.String fabricName)

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

clearAgentFabric

@Override
boolean clearAgentFabric(java.lang.String agentName, java.lang.String fabricName)


configureAgent

@Override
void configureAgent(java.net.InetAddress host, java.lang.String fabricName)


configureAgent

@Override
void configureAgent(java.net.URI agentConfigURI, java.lang.String fabricName)


resetCache

@Override
void resetCache()


setAgentFabric

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


 

Groovy Documentation