org.jomc.standalone.ri
Class StandaloneInvoker
java.lang.Object
org.jomc.ri.DefaultInvoker
org.jomc.standalone.ri.StandaloneInvoker
- All Implemented Interfaces:
- org.jomc.spi.Invoker
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class StandaloneInvoker
extends org.jomc.ri.DefaultInvoker
Standalone Invoker
.
Specifications
'org.jomc.spi.Invoker'
(org.jomc.spi.Invoker)
1.0
Multiton
Dependencies
- "
Locale
"
Dependency on 'java.util.Locale'
(java.util.Locale)
at specification level 1.1 bound to an instance.
Messages
- "
illegalTransactionMessage
"
English: | Cannot invoke method ''{0}'' with a ''{1}'' transaction context. |
Deutsch: | Die Methode ''{0}'' kann nicht in einem ''{1}'' Transaktions-Kontext ausgeführt werden. |
- "
unsupportedTransactionMessage
"
English: | Unsupported transaction attribute ''{1}'' invoking method ''{0}''. |
Deutsch: | Ungültiges Transaktions-Attribut ''{1}'' bei der Ausführung von Methode ''{0}''. |
- Version:
- $Id: StandaloneInvoker.java 2242 2010-06-29 07:54:56Z schulte2005 $
- Author:
- Christian Schulte 1.0
Method Summary
org.jomc.standalone.model.MethodType |
getMethodType(org.jomc.spi.Invocation invocation)
|
void |
handleException(org.jomc.spi.Invocation invocation,
Throwable t)
|
org.jomc.spi.Invocation |
postInvoke(org.jomc.spi.Invocation invocation)
|
org.jomc.spi.Invocation |
preInvoke(org.jomc.spi.Invocation invocation)
|
Methods inherited from class org.jomc.ri.DefaultInvoker |
invoke |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneInvoker
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public StandaloneInvoker()
- Creates a new
StandaloneInvoker
instance.
preInvoke
public org.jomc.spi.Invocation preInvoke(org.jomc.spi.Invocation invocation)
- Overrides:
preInvoke
in class org.jomc.ri.DefaultInvoker
postInvoke
public org.jomc.spi.Invocation postInvoke(org.jomc.spi.Invocation invocation)
- Overrides:
postInvoke
in class org.jomc.ri.DefaultInvoker
handleException
public void handleException(org.jomc.spi.Invocation invocation,
Throwable t)
- Overrides:
handleException
in class org.jomc.ri.DefaultInvoker
getMethodType
public org.jomc.standalone.model.MethodType getMethodType(org.jomc.spi.Invocation invocation)
Copyright © 2005-2010 The JOMC Project. All Rights Reserved.