Uses of Interface
org.glassfish.rmic.iiop.ContextElement

Packages that use ContextElement
Package
Description
 
  • Uses of ContextElement in org.glassfish.rmic.iiop

    Classes in org.glassfish.rmic.iiop that implement ContextElement
    Modifier and Type
    Class
    Description
    class 
    AbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.
    class 
    ArrayType is a wrapper for any of the other types.
    class 
    ClassType is an abstract base representing any non-special class type.
    class 
    A CompoundType is an abstract base class for all IIOP class and interface types.
    class 
    An CompoundType.Member object wraps a Type and a value representing a data member, including constants.
    class 
    A CompoundType.Method object encapsulates IIOP-specific information about a particular method in the interface represented by the outer instance.
    class 
    ImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.
    class 
    InterfaceType is an abstract base representing any non-special interface type.
    class 
    NCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.
    class 
    NCInterfaceType represents any non-special, non-conforming interface.
    class 
    PrimitiveType wraps primitive types and void.
    class 
    RemoteType represents any non-special interface which inherits from java.rmi.Remote.
    class 
    SpecialClassType represents any one of the following types:
    class 
    SpecialInterfaceType represents any one of the following types:
    class 
    Type is an abstract base class for a family of types which provide conformance checking and name mapping as defined in the "Java to IDL Mapping" OMG specification.
    class 
    ValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.
    Modifier and Type
    Field
    Description
    TypeContext.element
     
    Methods in org.glassfish.rmic.iiop with parameters of type ContextElement
    Modifier and Type
    Method
    Description
    ContextStack.push(ContextElement element)
    Push a new element on the stack.
    void
    TypeContext.set(int code, ContextElement element)