| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.cas | |
| 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 |
|---|---|
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.
|
void |
Configurable.configure(Configuration configuration)
Pass the
Configuration to the Configurable
class. |
String |
DefaultConfiguration.getAttribute(String name)
Returns the value of the attribute specified by its name as a
String. |
String |
Configuration.getAttribute(String paramName)
Return the value of specified attribute.
|
boolean |
Configuration.getAttributeAsBoolean(String paramName)
Return the
boolean value of the specified parameter contained
in this node. |
boolean |
AbstractConfiguration.getAttributeAsBoolean(String name)
Returns the value of the attribute specified by its name as a
boolean. |
float |
Configuration.getAttributeAsFloat(String paramName)
Return the
float value of the specified parameter contained
in this node. |
float |
AbstractConfiguration.getAttributeAsFloat(String name)
Returns the value of the attribute specified by its name as a
float. |
int |
Configuration.getAttributeAsInteger(String paramName)
Return the
int value of the specified attribute contained
in this node. |
int |
AbstractConfiguration.getAttributeAsInteger(String name)
Returns the value of the attribute specified by its name as an
int. |
long |
Configuration.getAttributeAsLong(String name)
Returns the value of the attribute specified by its name as a
long. |
long |
AbstractConfiguration.getAttributeAsLong(String name)
Returns the value of the attribute specified by its name as a
long. |
String |
DefaultConfiguration.getNamespace()
Returns the namespace of this configuration element
|
String |
Configuration.getNamespace()
Returns a string indicating which namespace this Configuration node
belongs to.
|
protected String |
DefaultConfiguration.getPrefix()
Returns the prefix of the namespace
|
protected abstract String |
AbstractConfiguration.getPrefix()
Returns the prefix of the namespace.
|
String |
DefaultConfiguration.getValue()
Returns the value of the configuration element as a
String. |
String |
Configuration.getValue()
Return the
String value of the node. |
boolean |
Configuration.getValueAsBoolean()
Return the
boolean value of the node. |
boolean |
AbstractConfiguration.getValueAsBoolean()
Returns the value of the configuration element as a
boolean. |
float |
Configuration.getValueAsFloat()
Return the
float value of the node. |
float |
AbstractConfiguration.getValueAsFloat()
Returns the value of the configuration element as a
float. |
int |
Configuration.getValueAsInteger()
Return the
int value of the node. |
int |
AbstractConfiguration.getValueAsInteger()
Returns the value of the configuration element as an
int. |
long |
Configuration.getValueAsLong()
Return the
long value of the node. |
long |
AbstractConfiguration.getValueAsLong()
Returns the value of the configuration element as a
long. |
void |
Reconfigurable.reconfigure(Configuration configuration)
Describe
reconfigure method here. |
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.