cosmic-internal-jdk
Version:
KingScript: JDK1.8
8 lines (7 loc) • 419 B
TypeScript
/// <reference path="../index.d.ts" />
export type MarshalledObject = $.java.rmi.MarshalledObject;
export declare const MarshalledObject: $.java.rmi.MarshalledObjectConstructor;
export type Remote = $.java.rmi.Remote;
export declare const Remote: $.java.rmi.RemoteConstructor;
export type RemoteException = $.java.rmi.RemoteException;
export declare const RemoteException: $.java.rmi.RemoteExceptionConstructor;