public interface ResourceSupport
container
supports resource
configuration.
The operations in this interface should not depend on prior state and should be able to be called
multiple times.Modifier and Type | Method and Description |
---|---|
void |
configure(Resource ds,
LocalContainer container) |
void |
configureResources(LocalContainer container)
Configure the Resources defined for this configuration.
|
void configure(Resource ds, LocalContainer container)
ds
- the Resource configuration you wish to install on the container.container
- the container whose configuration you wish to affect.void configureResources(LocalContainer container)
container
- the container whose configuration you wish to affect.Copyright © 2004-2013 Codehaus. All Rights Reserved.