org.apache.geronimo.naming.deployment
Class GBeanResourceEnvironmentBuilder

java.lang.Object
  extended by org.apache.geronimo.naming.deployment.GBeanResourceEnvironmentBuilder
All Implemented Interfaces:
ResourceEnvironmentBuilder

public class GBeanResourceEnvironmentBuilder
extends java.lang.Object
implements ResourceEnvironmentBuilder

Version:
$Revision: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $

Constructor Summary
GBeanResourceEnvironmentBuilder(GBeanData gbean)
           
 
Method Summary
 java.util.Set getApplicationManagedSecurityResources()
           
 java.util.Set getUnshareableResources()
           
 void setApplicationManagedSecurityResources(java.util.Set applicationManagedSecurityResources)
           
 void setUnshareableResources(java.util.Set unshareableResources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBeanResourceEnvironmentBuilder

public GBeanResourceEnvironmentBuilder(GBeanData gbean)
Method Detail

getUnshareableResources

public java.util.Set getUnshareableResources()
Specified by:
getUnshareableResources in interface ResourceEnvironmentBuilder

setUnshareableResources

public void setUnshareableResources(java.util.Set unshareableResources)
Specified by:
setUnshareableResources in interface ResourceEnvironmentBuilder

getApplicationManagedSecurityResources

public java.util.Set getApplicationManagedSecurityResources()
Specified by:
getApplicationManagedSecurityResources in interface ResourceEnvironmentBuilder

setApplicationManagedSecurityResources

public void setApplicationManagedSecurityResources(java.util.Set applicationManagedSecurityResources)
Specified by:
setApplicationManagedSecurityResources in interface ResourceEnvironmentBuilder


Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.