Table of Contents

Interface IDGC

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

.NET interface for TO BE DEFINED FROM USER

public interface IDGC : IRemote

Methods

Clean(ObjID[], long, VMID, bool)

void Clean(ObjID[] arg0, long arg1, VMID arg2, bool arg3)

Parameters

arg0 ObjID[]

ObjID

arg1 long

long

arg2 VMID

VMID

arg3 bool

bool

Exceptions

RemoteException

Dirty(ObjID[], long, Lease)

Lease Dirty(ObjID[] arg0, long arg1, Lease arg2)

Parameters

arg0 ObjID[]

ObjID

arg1 long

long

arg2 Lease

Lease

Returns

Lease

Lease

Exceptions

RemoteException