com.groiss.util
Class RMIThreadContext

java.lang.Object
  extended by com.groiss.util.RMIThreadContext

public class RMIThreadContext
extends Object

Defines a context which is given to the RMI-Wrappers


Constructor Summary
RMIThreadContext(Principal user, UserTransaction ut, Locale l, boolean alwaysSSL)
           
 
Method Summary
 Locale getLocale()
           
 boolean getPermanentSSL()
           
 UserTransaction getTransaction()
           
 Principal getUser()
           
 void removeContext()
           
 void setContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIThreadContext

public RMIThreadContext(Principal user,
                        UserTransaction ut,
                        Locale l,
                        boolean alwaysSSL)
Method Detail

getUser

public Principal getUser()

getPermanentSSL

public boolean getPermanentSSL()

getTransaction

public UserTransaction getTransaction()

getLocale

public Locale getLocale()

setContext

public void setContext()

removeContext

public void removeContext()


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.