org.hyperic.hq.appdef.server.session
Class AIQRV_unignore
java.lang.Object
org.hyperic.hq.appdef.server.session.AIQRV_unignore
- All Implemented Interfaces:
- AIQResourceVisitor
public class AIQRV_unignore
- extends java.lang.Object
- implements AIQResourceVisitor
The AIQueueConstants.Q_DECISION_UNIGNORE means to reset the 'ignored'
flag on the queued resource.
Method Summary |
void |
visitIp(AIIp aiip,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal)
|
void |
visitPlatform(AIPlatform aiplatform,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal,
org.hyperic.hq.appdef.shared.ConfigManagerLocal configMgr,
org.hyperic.hq.appdef.shared.CPropManagerLocal cpropMgr,
java.util.List createdResources)
|
void |
visitServer(AIServer aiserver,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal,
org.hyperic.hq.appdef.shared.ServerManagerLocal smLocal,
org.hyperic.hq.appdef.shared.ConfigManagerLocal configMgr,
org.hyperic.hq.appdef.shared.CPropManagerLocal cpropMgr,
java.util.List createdResources)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AIQRV_unignore
public AIQRV_unignore()
visitPlatform
public void visitPlatform(AIPlatform aiplatform,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal,
org.hyperic.hq.appdef.shared.ConfigManagerLocal configMgr,
org.hyperic.hq.appdef.shared.CPropManagerLocal cpropMgr,
java.util.List createdResources)
throws AIQApprovalException,
PermissionException
- Specified by:
visitPlatform
in interface AIQResourceVisitor
- Throws:
AIQApprovalException
PermissionException
visitIp
public void visitIp(AIIp aiip,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal)
throws AIQApprovalException,
PermissionException
- Specified by:
visitIp
in interface AIQResourceVisitor
- Throws:
AIQApprovalException
PermissionException
visitServer
public void visitServer(AIServer aiserver,
AuthzSubject subject,
org.hyperic.hq.appdef.shared.PlatformManagerLocal pmLocal,
org.hyperic.hq.appdef.shared.ServerManagerLocal smLocal,
org.hyperic.hq.appdef.shared.ConfigManagerLocal configMgr,
org.hyperic.hq.appdef.shared.CPropManagerLocal cpropMgr,
java.util.List createdResources)
throws AIQApprovalException,
PermissionException
- Specified by:
visitServer
in interface AIQResourceVisitor
- Throws:
AIQApprovalException
PermissionException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.