CONTENTS | PREV | NEXT Java Remote Method Invocation


B.2 Activation Properties

The following table contains a list of properties used in activation.

Property
Description

java.rmi.activation.port

The port number on which the ActivationSystem is exported. This port number should be specified in a VM if the activation daemon rmid uses a port other than the default.

java.rmi.activation.security.class

The class name of the security manager used for the local VM's activation group. This property is used internally by the default activation group.

java.rmi.activation.security.codebase

The codebase URL for loading the class specified by the property java.rmi.activation.security.class. This property is used internally by the default activation group.

java.rmi.activation.activator.class

The class that implements the interface java.rmi.activation.Activator. This property is used internally to locate the resident implementation of the Activator.



CONTENTS | PREV | NEXT
Copyright © 1997-1998 Sun Microsystems, Inc. All Rights Reserved.