java.rmi.ref
Class SecureActivatableData

java.lang.Object
  |
  +--java.rmi.ref.SecureUnicastData
        |
        +--java.rmi.ref.SecureActivatableData
All Implemented Interfaces:
java.io.Serializable

public class SecureActivatableData
extends SecureUnicastData

Used to hold the serializable state of an InvocationHandler for a server exported as a SecureActivatable.

Since:
1.4
See Also:
Serialized Form

Field Summary
 java.rmi.activation.ActivationID aid
          The activation identifier for the server.
 
Fields inherited from class java.rmi.ref.SecureUnicastData
defaultConstraints, endpoints, id, methodConstraints, methodHashes
 
Constructor Summary
SecureActivatableData()
          Creates an instance with all fields set to null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aid

public java.rmi.activation.ActivationID aid
The activation identifier for the server.
Constructor Detail

SecureActivatableData

public SecureActivatableData()
Creates an instance with all fields set to null


Copyright © 2000 Sun Microsystems, Inc. All rights reserved