Table of Contents

Interface IActivator

Namespace
Java.Rmi.Activation
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IActivator : IRemote

Methods

Activate<ReturnExtendsJava_Rmi_Remote>(ActivationID, bool)

MarshalledObject<ReturnExtendsJava_Rmi_Remote> Activate<ReturnExtendsJava_Rmi_Remote>(ActivationID arg0, bool arg1) where ReturnExtendsJava_Rmi_Remote : Remote

Parameters

arg0 ActivationID

ActivationID

arg1 bool

bool

Returns

MarshalledObject<ReturnExtendsJava_Rmi_Remote>

MarshalledObject

Type Parameters

ReturnExtendsJava_Rmi_Remote

Remote

Exceptions

ActivationException
UnknownObjectException
RemoteException