Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
C
ConfigurationException
- exception javax.rules.
ConfigurationException
.
This exception is thrown when a user configuration error has been made.
ConfigurationException(String)
- Constructor for class javax.rules.
ConfigurationException
Creates a
ConfigurationException
with a given message.
ConfigurationException(String, Exception)
- Constructor for class javax.rules.
ConfigurationException
Creates a
ConfigurationException
with a given message and nested exception.
containsObject(Handle)
- Method in interface javax.rules.
StatefulRuleSession
Returns
true
if the given object is contained within rule session state of this rule session.
createInstance(String)
- Static method in class javax.rules.
RuleServiceProvider
Create an instance of the specified class.
createRuleExecutionSet(Element, Map)
- Method in interface javax.rules.admin.
RuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation from an XML Document and additional vendor-specific properties.
createRuleExecutionSet(InputStream, Map)
- Method in interface javax.rules.admin.
LocalRuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation using a supplied input stream and additional vendor-specific properties.
createRuleExecutionSet(Object, Map)
- Method in interface javax.rules.admin.
LocalRuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation from a vendor specific AST representation and vendor-specific properties.
createRuleExecutionSet(Reader, Map)
- Method in interface javax.rules.admin.
LocalRuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation using a supplied character stream Reader and additional vendor-specific properties.
createRuleExecutionSet(Serializable, Map)
- Method in interface javax.rules.admin.
RuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation from a vendor specific AST representation and vendor-specific properties.
createRuleExecutionSet(String, Map)
- Method in interface javax.rules.admin.
RuleExecutionSetProvider
Creates a
RuleExecutionSet
implementation from a URI.
createRuleSession(String, Map, int)
- Method in interface javax.rules.
RuleRuntime
Creates a
RuleSession
implementation using the supplied vendor-specific rule execution set registration URI.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
Copyright © 2003 Java Community Process. All Rights Reserved.