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 Object
implements ResourceEnvironmentBuilder


Constructor Summary
GBeanResourceEnvironmentBuilder(GBeanData gbean)
           
 
Method Summary
 Set getApplicationManagedSecurityResources()
           
 Set getUnshareableResources()
           
 void setApplicationManagedSecurityResources(Set applicationManagedSecurityResources)
           
 void setUnshareableResources(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 Set getUnshareableResources()
Specified by:
getUnshareableResources in interface ResourceEnvironmentBuilder

setUnshareableResources

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

getApplicationManagedSecurityResources

public Set getApplicationManagedSecurityResources()
Specified by:
getApplicationManagedSecurityResources in interface ResourceEnvironmentBuilder

setApplicationManagedSecurityResources

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


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