Uses of Interface
com.sas.net.rmi.RemoteObjectExporterInterface

Packages that use RemoteObjectExporterInterface
com.sas.net.rmi The com.sas.net.rmi package provides networking components dealing with Java Remote Method Invocation (RMI). 
com.sas.services SAS Foundation Services. 
 

Uses of RemoteObjectExporterInterface in com.sas.net.rmi
 

Classes in com.sas.net.rmi that implement RemoteObjectExporterInterface
 class AbstractRemoteObjectExporter
          An abstract base class providing base implementations to export/unexport a remote object to/from the RMI system.
 class ActivatableExporter
          Utility class used to export/unexport an activatable remote object to/from the RMI system using
 class UnicastRemoteObjectExporter
          Utility class used to export/unexport a unicast remote object to/from the RMI system using
Uses of RemoteObjectExporterInterface in com.sas.services
 

Methods in com.sas.services with parameters of type RemoteObjectExporterInterface
 void AbstractRemoteService.setRemoteableExporter(RemoteObjectExporterInterface remoteableExporter)
          Sets the remoteable exporter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.