IcePack::JavaServerDescriptor

Overview

class JavaServerDescriptor
    extends 
	ServerDescriptor

A Java Ice server descriptor.

Derived Classes and Interfaces

JavaIceBoxDescriptor

Data Member Index

className

The name of the Java class containing the main function.

jvmOptions

The command line options to pass to the JVM.

className

string className;

The name of the Java class containing the main function.

jvmOptions

::Ice::StringSeq jvmOptions;

The command line options to pass to the JVM.