Class RMIThreadContext

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

@Deprecated(since="11.0", forRemoval=true) public class RMIThreadContext extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Defines a context which is given to the RMI-Wrappers
  • Constructor Summary

    Constructors
    Constructor
    Description
    RMIThreadContext(Principal user, UserTransaction ut, Locale l, boolean alwaysSSL)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUser(Principal newUser)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RMIThreadContext

      public RMIThreadContext(Principal user, UserTransaction ut, Locale l, boolean alwaysSSL)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUser

      public Principal getUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUser

      public void setUser(Principal newUser)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPermanentSSL

      public boolean getPermanentSSL()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTransaction

      public UserTransaction getTransaction()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLocale

      public Locale getLocale()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContext

      public void setContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeContext

      public void removeContext()
      Deprecated, for removal: This API element is subject to removal in a future version.