J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W

G

get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
getClassAnnotation(Class) - Static method in class java.rmi.server.RMIClassLoader
Returns the class annotation (representing the location for a class) that RMI will use to annotate the call stream when marshalling objects of the given class.
getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
Returns a class loader that loads classes from the given codebase URL path.
getClientHost() - Static method in class java.rmi.server.RemoteServer
Return the hostname of the current client.
getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns a reference to the default socket factory used by this RMI implementation.
getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure set by the setFailureHandler method.
getLog() - Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getMessage() - Method in class java.rmi.RemoteException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class java.rmi.activation.ActivationException
Produces the message, include the message from the nested exception if there is one.
getMessage() - Method in class java.rmi.server.ServerCloneException
Obtains the message, include the message from the nested exception if there is one.
getRef() - Method in class java.rmi.server.RemoteObject
Returns the remote reference for the remote object.
getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getRegistry() - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the default registry port of 1099.
getRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the specified port.
getRegistry(String) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host on the default registry port of 1099.
getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host and port.
getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Returns a locally created remote reference to the remote object Registry on the specified host and port.
getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory set by the setSocketFactory method.
getValue() - Method in class java.rmi.dgc.Lease
Returns the lease duration.
getVMID() - Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.

J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W
Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.