| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.cas | |
| gov.aps.jca | |
| gov.aps.jca.configuration | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJContext.configure(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJServerContext.configure(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Context |
JCALibrary.createContext(Configuration configuration)
Create a new context instance using a Configuration object.
|
ServerContext |
JCALibrary.createServerContext(Configuration configuration,
Server server)
Create a new server context instance using a Configuration object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfiguration
This is an abstract
Configuration implementation that deals
with methods that can be abstracted away from underlying implementations. |
class |
DefaultConfiguration
This is the default
Configuration implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected static Configuration[] |
DefaultConfiguration.EMPTY_ARRAY
An empty (length zero) array of configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
DefaultConfigurationBuilder.build(InputSource input)
Build a configuration object using an XML InputSource object
|
Configuration |
DefaultConfigurationBuilder.build(InputStream inputStream)
Build a configuration object using an InputStream.
|
Configuration |
DefaultConfigurationBuilder.build(String uri)
Build a configuration object using an URI
|
Configuration |
DefaultConfigurationBuilder.buildFromFile(File file)
Build a configuration object from a file using a File object.
|
Configuration |
DefaultConfigurationBuilder.buildFromFile(String filename)
Build a configuration object from a file using a filename.
|
Configuration |
Configuration.getChild(String child)
Return a new
Configuration instance encapsulating the
specified child node. |
Configuration |
AbstractConfiguration.getChild(String name)
Return the first
Configuration object child of this
associated with the given name. |
Configuration |
DefaultConfiguration.getChild(String name,
boolean createNew)
Return the first
Configuration object child of this
associated with the given name. |
Configuration |
Configuration.getChild(String child,
boolean createNew)
Return a
Configuration instance encapsulating the specified
child node. |
Configuration |
AbstractConfiguration.getChild(String name,
boolean createNew)
Return the first
Configuration object child of this
associated with the given name. |
Configuration[] |
DefaultConfiguration.getChildren()
Return an
Iterator of Configuration
elements containing all node children. |
Configuration[] |
Configuration.getChildren()
Return an
Array of Configuration
elements containing all node children. |
Configuration[] |
DefaultConfiguration.getChildren(String name)
Return an
Enumeration of Configuration objects
children of this associated with the given name. |
Configuration[] |
Configuration.getChildren(String name)
Return an
Array of Configuration
elements containing all node children with the specified name. |
Configuration |
SAXConfigurationHandler.getConfiguration()
Get the configuration object that was built.
|
Configuration |
NamespacedSAXConfigurationHandler.getConfiguration()
Get the configuration object that was built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConfiguration.addChild(Configuration configuration)
Add a child
Configuration to this configuration element. |
void |
Configurable.configure(Configuration configuration)
Pass the
Configuration to the Configurable
class. |
void |
Reconfigurable.reconfigure(Configuration configuration)
Describe
reconfigure method here. |
void |
DefaultConfiguration.removeChild(Configuration configuration)
Remove a child
Configuration to this configuration element. |
String |
DefaultConfigurationSerializer.serialize(Configuration source)
Serialize the configuration object to a string
|
void |
DefaultConfigurationSerializer.serialize(ContentHandler handler,
Configuration source)
Serialize the configuration to a ContentHandler
|
void |
DefaultConfigurationSerializer.serialize(OutputStream outputStream,
Configuration source)
Serialize the configuration object to an output stream.
|
void |
DefaultConfigurationSerializer.serialize(String uri,
Configuration source)
Serialize the configuration object to an output stream derived from an
URI.
|
protected void |
DefaultConfigurationSerializer.serializeElement(ContentHandler handler,
NamespaceSupport namespaceSupport,
Configuration element)
Serialize each Configuration element.
|
void |
DefaultConfigurationSerializer.serializeToFile(File file,
Configuration source)
Serialize the configuration object to a file using a File object.
|
void |
DefaultConfigurationSerializer.serializeToFile(String filename,
Configuration source)
Serialize the configuration object to a file using a filename.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.configure(Configuration conf) |
void |
LatestMonitorOnlyQueuedEventDispatcher.configure(Configuration conf) |
Copyright © 2004-2020 EPICS. All Rights Reserved.