com.bea.wsrp.consumer.management.common
Interface ProxyResourceManager
- All Known Subinterfaces: 
 - ProxyBookManager, ProxyPageManager
 
public interface ProxyResourceManager
Defines common proxy resource management methods.
This interface is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this interface without notice.  Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.
| 
Method Summary | 
 void | 
makePrimary(HttpServletRequest httpServletRequest,
            ProxyResourceId proxyResourceId)
 
          Marks the proxy resource represented by proxyResourceId
 as the primary proxy resource within the set of proxy resources that
 represent the same proxied resource. | 
 
makePrimary
void makePrimary(HttpServletRequest httpServletRequest,
                 ProxyResourceId proxyResourceId)
                 throws ProxyResourceManagerException
- Marks the proxy resource represented by 
proxyResourceId
 as the primary proxy resource within the set of proxy resources that
 represent the same proxied resource. The current primary resource 
 is set to non-primary.
- Parameters
 httpServletRequest - proxyResourceId - 
- Throws
 ProxyResourceManagerException
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved