com.sas
Interface RemoteObjectInterface

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
AttributeDescriptorInterface, AttributeGroupInterface, AttributeTypeInterface, BaseAttributeDescriptorInterface, EntityInterface, RemoteBaseEntityInterface, RemoteBaseEntityValueInterface, RemoteEntityInterface
All Known Implementing Classes:
ActionAttributeDescriptor, AttributeDescriptor, AttributeGroup, AttributeType, BaseAttributeDescriptor, Entity, RemoteEntity, RemoteObject

public interface RemoteObjectInterface
extends java.rmi.Remote

This represents an object which can be referenced remotely via RMI; it extends UnicastRemoteObject. Such an object is not passed by value (i.e. serialization) when invoking remote methods; rather it is passed by remote reference and method calls are redirected back the original object.





Copyright © 2009 SAS Institute Inc. All Rights Reserved.