Uses of Interface
net.jini.io.ObjectStreamContext

Packages that use ObjectStreamContext
net.jini.io Provides I/O interfaces and utility classes. 
net.jini.security.proxytrust Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. 
 

Uses of ObjectStreamContext in net.jini.io
 

Classes in net.jini.io that implement ObjectStreamContext
 class MarshalInputStream
          An extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result unmarshalling (using RMIClassLoader).
private static class MarshalledInstance.MarshalledInstanceInputStream
          The counterpart to MarshalledInstanceOutputStream.
private static class MarshalledInstance.MarshalledInstanceOutputStream
          This class is used to marshal objects for MarshalledInstance.
 class MarshalOutputStream
          An extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result marshalling (using RMIClassLoader).
 

Uses of ObjectStreamContext in net.jini.security.proxytrust
 

Classes in net.jini.security.proxytrust that implement ObjectStreamContext
private static class ProxyTrustVerifier.MOStream
          Marshal output stream that looks for a class with a given codebase but in a different class loader than the one we have.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.