Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Tuscany Common
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
E
G
H
I
J
L
M
N
O
R
S
T
A
addClass(byte[])
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
addClass(byte[])
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Converts an array of bytes into a Class.
addContextName(String)
- Method in exception org.apache.tuscany.common.
TuscanyException
Pushes a context name where an error occured onto the call stack.
addContextName(String)
- Method in exception org.apache.tuscany.common.
TuscanyRuntimeException
Pushes a context name where an error occured onto the call stack.
E
equals(Object)
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
G
getClassLoader()
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
getClassLoader()
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Returns the underlying classloader this loader is wrapping.
getIdentifier()
- Method in exception org.apache.tuscany.common.
TuscanyException
Returns a string representing additional error information referred to in the error message.
getIdentifier()
- Method in exception org.apache.tuscany.common.
TuscanyRuntimeException
Returns a string representing additional error information referred to in the error message.
getLevel()
- Method in exception org.apache.tuscany.common.monitor.impl.
InvalidLevelException
Returns the invalid log level specified.
getMessage()
- Method in exception org.apache.tuscany.common.monitor.impl.
InvalidLevelException
getMessage()
- Method in exception org.apache.tuscany.common.
TuscanyException
getMessage()
- Method in exception org.apache.tuscany.common.
TuscanyRuntimeException
getMethod()
- Method in exception org.apache.tuscany.common.monitor.impl.
InvalidLevelException
Returns the name of the method being monitored.
getMonitor(Class<T>)
- Method in class org.apache.tuscany.common.monitor.impl.
JavaLoggingMonitorFactory
getMonitor(Class<T>)
- Method in class org.apache.tuscany.common.monitor.impl.
NullMonitorFactory
getMonitor(Class<T>)
- Method in interface org.apache.tuscany.common.monitor.
MonitorFactory
Return a monitor for a component's monitor interface.
getParents()
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
getParents()
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Returns the parent resource loaders.
getResource(String)
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
getResource(String)
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Finds the first resource with the given name.
getResources(String)
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
getResources(String)
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Find resources with the given name that are available from this ResourceLoader or any of its parents.
H
hashCode()
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
I
InvalidLevelException
- Exception in
org.apache.tuscany.common.monitor.impl
Exception indicating an invalid log level has been passed.
InvalidLevelException(String, String)
- Constructor for exception org.apache.tuscany.common.monitor.impl.
InvalidLevelException
Constructor specifying the method name and the level affected.
J
JavaLoggingMonitorFactory
- Class in
org.apache.tuscany.common.monitor.impl
A factory for monitors that forwards events to a
Java Logging (JSR47) Logger
.
JavaLoggingMonitorFactory(Properties, Level, String)
- Constructor for class org.apache.tuscany.common.monitor.impl.
JavaLoggingMonitorFactory
Construct a MonitorFactory that will monitor the specified methods at the specified levels and generate messages using java.util.logging.
L
loadClass(String)
- Method in class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
loadClass(String)
- Method in interface org.apache.tuscany.common.resource.
ResourceLoader
Loads the class with the specified binary name.
LogLevel
- Annotation Type in
org.apache.tuscany.common.monitor
Annotation that can be applied to methods in a monitoring interface to indicate to logging frameworks the severity of the event.
M
MonitorFactory
- Interface in
org.apache.tuscany.common.monitor
A MonitorFactory creates implementations of components' monitor interfaces that interface with a its monitoring scheme.
N
NullMonitorFactory
- Class in
org.apache.tuscany.common.monitor.impl
Implementation of a
MonitorFactory
that produces implementations that simply return.
NullMonitorFactory()
- Constructor for class org.apache.tuscany.common.monitor.impl.
NullMonitorFactory
O
org.apache.tuscany.common
- package org.apache.tuscany.common
org.apache.tuscany.common.monitor
- package org.apache.tuscany.common.monitor
org.apache.tuscany.common.monitor.impl
- package org.apache.tuscany.common.monitor.impl
org.apache.tuscany.common.resource
- package org.apache.tuscany.common.resource
org.apache.tuscany.common.resource.impl
- package org.apache.tuscany.common.resource.impl
R
ResourceLoader
- Interface in
org.apache.tuscany.common.resource
Interface which abstracts the implementation of something that is able to load resources (such as a ClassLoader).
ResourceLoaderImpl
- Class in
org.apache.tuscany.common.resource.impl
Default implementation of the ResourceLoader interface
ResourceLoaderImpl(ClassLoader)
- Constructor for class org.apache.tuscany.common.resource.impl.
ResourceLoaderImpl
Constructs a new ResourceLoaderImpl to wrap a ClassLoader.
returnContextNames()
- Method in exception org.apache.tuscany.common.
TuscanyException
Returns a collection of names representing the context call stack where the error occured.
returnContextNames()
- Method in exception org.apache.tuscany.common.
TuscanyRuntimeException
Returns a collection of names representing the context call stack where the error occured.
S
setIdentifier(String)
- Method in exception org.apache.tuscany.common.
TuscanyException
Sets an additional error information referred to in the error message.
setIdentifier(String)
- Method in exception org.apache.tuscany.common.
TuscanyRuntimeException
Sets an additional error information referred to in the error message.
T
TuscanyException
- Exception in
org.apache.tuscany.common
The root checked exception for the Tuscany runtime.
TuscanyException()
- Constructor for exception org.apache.tuscany.common.
TuscanyException
Override constructor from Exception.
TuscanyException(String)
- Constructor for exception org.apache.tuscany.common.
TuscanyException
Override constructor from Exception.
TuscanyException(String, Throwable)
- Constructor for exception org.apache.tuscany.common.
TuscanyException
Override constructor from Exception.
TuscanyException(Throwable)
- Constructor for exception org.apache.tuscany.common.
TuscanyException
Override constructor from Exception.
TuscanyRuntimeException
- Exception in
org.apache.tuscany.common
The root unchecked exception for the Tuscany runtime.
TuscanyRuntimeException()
- Constructor for exception org.apache.tuscany.common.
TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(String)
- Constructor for exception org.apache.tuscany.common.
TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(String, Throwable)
- Constructor for exception org.apache.tuscany.common.
TuscanyRuntimeException
Override constructor from RuntimeException.
TuscanyRuntimeException(Throwable)
- Constructor for exception org.apache.tuscany.common.
TuscanyRuntimeException
Override constructor from RuntimeException.
A
E
G
H
I
J
L
M
N
O
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Tuscany Common
PREV NEXT
FRAMES
NO FRAMES
All Classes
-