SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.schema.internal
Class JaxbThreadContext

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.internal.JaxbThreadContext

public final class JaxbThreadContext
extends java.lang.Object

The Class JaxbThreadContext.


Method Summary
static JaxbPluginContext getPluginContext(java.lang.Thread thread)
          Gets the id.
static void removeKey(java.lang.Thread thread)
          Removes the key.
static void setPluginContext(java.lang.Thread thread, java.lang.String id)
          Sets the id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setPluginContext

public static void setPluginContext(java.lang.Thread thread,
                                    java.lang.String id)
                             throws javax.xml.bind.JAXBException,
                                    SchemaNotFoundException
Sets the id.

Parameters:
thread - the thread
id - the id
Throws:
javax.xml.bind.JAXBException - the JAXB exception
SchemaNotFoundException - the index order schema not found exception

getPluginContext

public static JaxbPluginContext getPluginContext(java.lang.Thread thread)
Gets the id.

Parameters:
thread - the thread
Returns:
the id

removeKey

public static void removeKey(java.lang.Thread thread)
Removes the key.

Parameters:
thread - the thread

SMILA (incubation) API documentation