Uses of Class
org.tango.server.InvocationContext.ContextType

Packages that use InvocationContext.ContextType
org.tango.server   
 

Uses of InvocationContext.ContextType in org.tango.server
 

Methods in org.tango.server that return InvocationContext.ContextType
 InvocationContext.ContextType InvocationContext.getContext()
          InvocationContext.ContextType
static InvocationContext.ContextType InvocationContext.ContextType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InvocationContext.ContextType[] InvocationContext.ContextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.tango.server with parameters of type InvocationContext.ContextType
InvocationContext(InvocationContext.ContextType context, InvocationContext.CallType callType, java.lang.String... names)
          Ctr
 



Copyright © 2012-2015. All Rights Reserved.