Uses of Class
com.sun.jini.proxy.MarshalledWrapper

Packages that use MarshalledWrapper
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of MarshalledWrapper in com.sun.jini.phoenix
 

Fields in com.sun.jini.phoenix declared as MarshalledWrapper
(package private)  MarshalledWrapper Activation.ObjectEntry.stub
          the stub (if active)
 

Methods in com.sun.jini.phoenix that return MarshalledWrapper
 MarshalledWrapper Activator.activate(ActivationID id, boolean force)
          Returns a marshalled proxy wrapped in a MarshalledWrapper for the activated object corresponding to the specified activation identifier.
 MarshalledWrapper Activation.ActivatorImpl.activate(ActivationID id, boolean force)
           
(package private)  MarshalledWrapper Activation.GroupEntry.activate(UID uid, boolean force)
           
(package private)  MarshalledWrapper Activation.ObjectEntry.activate(UID uid, boolean force, ActivationInstantiator inst)
           
 

Uses of MarshalledWrapper in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as MarshalledWrapper
 MarshalledWrapper Item.service
          ServiceItem.service as a MarshalledWrapper.
 

Methods in com.sun.jini.reggie that return MarshalledWrapper
 MarshalledWrapper RegistrarImpl.lookup(Template tmpl)
           
 MarshalledWrapper Registrar.lookup(Template tmpl)
          Returns the service object (i.e., just ServiceItem.service) from an item matching the template, or null if there is no match.
private  MarshalledWrapper RegistrarImpl.lookupDo(Template tmpl)
          The code that does the real work of lookup.
 



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