Configurable represents entities declared in server's configuration.
These entities form a tree which can be investigated and modified through
this class.
Methods
Acquires connection from given pool.
Creates a new configuration object of given type under this object.
| Throws |
AccessDenied -
if security policy denies this operation
|
Searches for an object with given identity from objects
starting from this object.
Returns a list of script cache contents from this zone as Envelope's.
| Throws |
AccessDenied -
if security policy denies this operation
|
Returns a list of children for this object.
Returns the domain where this object is located.
Returns the identity for this object (memory address).
Returns the root module of libraries.
Returns the names of extran (non-fixed) attributes for this object.
They are always interpreted as strings.
Returns the name of this object.
Returns a list of names of valid (fixed) attributes.
Returns the namespace with given name.
| Throws |
AccessDenied -
if security policy denies this operation
|
Returns the parent of this object.
Returns the realm with given name.
Returns the server where this object is located.
Returns the zone's session container, of this object
if this object is a session container.
Returns the type of this object.
Type is one of:
- access
- application
- bind
- compiler
- domain
- handlers
- listener
- localization
- logging
- modules
- namespace
- policy
- pool
- realm
- server
- session
- sessioncontainer
- zone
Returns a list of types of valid (fixed) attributes.
Indices at tuple returned by this object matches
with with one returned by getNames().
Checks if this object is started.
Removes all compiled scripts from cache under this zone.
| Throws |
AccessDenied -
if security policy denies this operation
|
Removes this object.
| Throws |
AccessDenied -
if security policy denies this operation
|
Rereads the server's configuration.
| Throws |
AccessDenied -
if security policy denies this operation
IOError -
if an IO error occured
|
Restarts this zone.
| Throws |
AccessDenied -
if security policy denies this operation
|
Saves the server's configuration.
| Throws |
AccessDenied -
if security policy denies this operation
|
Starts this zone.
| Throws |
AccessDenied -
if security policy denies this operation
|
Stops this zone.
| Throws |
AccessDenied -
if security policy denies this operation
|