Uses of Class
com.ibm.websphere.fabric.da.GuardResponse

Packages that use GuardResponse
com.ibm.websphere.fabric.da Core Dynamic Assembly concepts used to interact with the WBSF Dynamic Assembler. 
com.ibm.websphere.fabric.da.plugin Interfaces for extending the behavior or stock Dynamic Assembly. 
 

Uses of GuardResponse in com.ibm.websphere.fabric.da
 

Methods in com.ibm.websphere.fabric.da that return GuardResponse
static GuardResponse GuardResponse.getContinueResponse()
          Gets the response indicating that the calling guard has no reservations about the request proceeding.
static GuardResponse GuardResponse.newErrorCodePreventResponse(java.lang.String errorCode)
          Gets the response indicating that the pending request should be prevented from continuing for a specific reason (or set of reasons).
static GuardResponse GuardResponse.newPreventResponse(java.lang.String adminMessage, java.lang.String userMessage)
          Gets the response indicating that the pending request should be prevented from continuing for a specific reason.
 

Uses of GuardResponse in com.ibm.websphere.fabric.da.plugin
 

Methods in com.ibm.websphere.fabric.da.plugin that return GuardResponse
 GuardResponse PolicyBasedGuard.inspect(PendingRequest request)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.