|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV NEXT | ||||||||
A
- ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
- Defines the ID of the activator.
- addStub(Remote, Remote) - Static method in class java.rmi.server.RemoteObject
- anObjectC - Static variable in class java.rmi.server.RemoteObjectInvocationHandler
- The class array to define parameters of .equals
B
C
- clone() - Method in class java.rmi.server.UnicastRemoteObject
- count - Variable in class java.rmi.server.UID
- The UID number in the UID creation sequence.
- createServerSocket(int) - Method in interface java.rmi.server.RMIServerSocketFactory
- createServerSocket(int) - Method in class java.rmi.server.RMISocketFactory
- createSocket(String, int) - Method in interface java.rmi.server.RMIClientSocketFactory
- createSocket(String, int) - Method in class java.rmi.server.RMISocketFactory
- csf - Variable in class java.rmi.server.UnicastRemoteObject
- The client socket factory for producing client sockets, used by this object.
- currentFactory - Static variable in class java.rmi.server.RMISocketFactory
- currentHandler - Static variable in class java.rmi.server.RMISocketFactory
D
- DGC_ID - Static variable in class java.rmi.server.ObjID
- Defines the ID of the distributed garbage collector.
- defStream - Static variable in class java.rmi.server.LogStream
- Deprecated.
- defaultFactory - Static variable in class java.rmi.server.RMISocketFactory
- deleteStub(Remote) - Static method in class java.rmi.server.RemoteObject
- detail - Variable in class java.rmi.server.ServerCloneException
- The cause of this exception.
- dispatch(Remote, RemoteCall, int, long) - Method in interface java.rmi.server.Skeleton
- Deprecated.
- done() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
- Deprecated. use
RemoteRef.invoke(Remote, Method, Object[], long)55 instead.
E
- ExportException - exception java.rmi.server.ExportException.
- Thrown if an attempt to export a remote object fails.
- ExportException(String) - Constructor for class java.rmi.server.ExportException
- Create an exception with the specified message.
- ExportException(String, Exception) - Constructor for class java.rmi.server.ExportException
- Create an exception with the specified message and cause.
- eq(Object, Object) - Static method in class java.rmi.server.ObjID
- Compare by .equals if both a and b are not null, compare directly if at least one of them is null.
- equals(Object) - Method in class java.rmi.server.ObjID
- Compare for equality.
- equals(Object) - Method in class java.rmi.server.RemoteObject
- equals(Object) - Method in class java.rmi.server.UID
- Compare this UID with another UID for equality (not equal to other types of objects).
- executeCall() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- exportObject(Remote, Object) - Method in interface java.rmi.server.ServerRef
- exportObject(Remote) - Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the anonymous port.
- exportObject(Remote, int) - Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the specified port.
- exportObject(Remote, int, RMIServerSocketFactory) - Static method in class java.rmi.server.UnicastRemoteObject
- Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
- exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.server.UnicastRemoteObject
- FIXME
F
- failure(Exception) - Method in interface java.rmi.server.RMIFailureHandler
G
- getCause() - Method in class java.rmi.server.ServerCloneException
- Returns the cause of this exception.
- getClassAnnotation(Class) - Static method in class java.rmi.server.RMIClassLoader
- Returns a string representation of the network location where a remote endpoint can get the class-definition of the given class.
- getClassAnnotation(Class) - Method in class java.rmi.server.RMIClassLoaderSpi
- getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
- Gets a classloader for the given codebase and with the current context classloader as parent.
- getClassLoader(String) - Method in class java.rmi.server.RMIClassLoaderSpi
- getClientHost() - Static method in class java.rmi.server.RemoteServer
- Get the host of the calling client.
- getClientHost() - Method in interface java.rmi.server.ServerRef
- getDefaultProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
- Returns the default service provider for
RMIClassLoader. - getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
- getDefaultStream() - Static method in class java.rmi.server.LogStream
- Deprecated.
- getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
- getInputStream() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- getLog() - Static method in class java.rmi.server.RemoteServer
- Get the stream for logging RMI calls.
- getMachineId() - Static method in class java.rmi.server.UID
- Do our best to get the Id of this virtual machine.
- getMessage() - Method in class java.rmi.server.ServerCloneException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? "" : "; nested exception is:\n\t" + detail). - getOperation() - Method in class java.rmi.server.Operation
- Deprecated.
- getOperations() - Method in interface java.rmi.server.Skeleton
- Deprecated.
- getOutputStream() - Method in class java.rmi.server.LogStream
- Deprecated.
- getOutputStream() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- getProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
- Chooses, instantiates and returns a service provider.
- getRef() - Method in class java.rmi.server.RemoteObject
- getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
- Returns the class name of the reference type that must be written to the given stream.
- getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- getSecurityContext(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
- Deprecated.
- getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
- Deprecated.
- getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
H
- hashCode() - Method in class java.rmi.server.ObjID
- Get the hashcode.
- hashCode() - Method in class java.rmi.server.RemoteObject
- hashCode() - Method in class java.rmi.server.UID
- Get the hashCode of this UID.
I
- invoke(Object, Method, Object[]) - Method in class java.rmi.server.RemoteObjectInvocationHandler
- Invoke the remote method.
- invoke(RemoteCall) - Method in interface java.rmi.server.RemoteRef
- Deprecated. use
RemoteRef.invoke(Remote, Method, Object[], long)55 instead. - invoke(Remote, Method, Object[], long) - Method in interface java.rmi.server.RemoteRef
- Invoke a method.
J
- java.rmi.server - package java.rmi.server
L
- LoaderHandler - interface java.rmi.server.LoaderHandler.
- Deprecated.
- LogStream - class java.rmi.server.LogStream.
- Deprecated.
- LogStream(OutputStream) - Constructor for class java.rmi.server.LogStream
- Deprecated.
- last - Static variable in class java.rmi.server.UID
- The time, when the last UID has been created.
- loadClass(String) - Method in interface java.rmi.server.LoaderHandler
- Deprecated.
- loadClass(URL, String) - Method in interface java.rmi.server.LoaderHandler
- Deprecated.
- loadClass(String) - Static method in class java.rmi.server.RMIClassLoader
- Deprecated.
- loadClass(String, String) - Static method in class java.rmi.server.RMIClassLoader
- loadClass(String, String, ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
- loadClass(URL, String) - Static method in class java.rmi.server.RMIClassLoader
- Loads a class from
codeBase. - loadClass(String, String, ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
- loadProxyClass(String, String[], ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
- loadProxyClass(String, String[], ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
- lock - Static variable in class java.rmi.server.ObjID
- The object to put the lock on when incrementing
ObjID.next55 - log(String) - Static method in class java.rmi.server.LogStream
- Deprecated.
M
- machineId - Static variable in class java.rmi.server.UID
- This constant tries to be the unique identifier of the virtual machine.
- methodHashCodes - Static variable in class java.rmi.server.RemoteObjectInvocationHandler
- The RMI method hash codes, computed once as described in the section 8.3 of the Java Remote Method Invocation (RMI) Specification.
N
- newCall(RemoteObject, Operation[], int, long) - Method in interface java.rmi.server.RemoteRef
- Deprecated. use
RemoteRef.invoke(Remote, Method, Object[], long)55 instead. - next - Static variable in class java.rmi.server.ObjID
- The object counter, which value is assigned when creating the ordinary objects without the known object id.
- noArgs - Static variable in class java.rmi.server.RemoteObjectInvocationHandler
- The empty object array to replace null when no args are passed.
- noArgsC - Static variable in class java.rmi.server.RemoteObjectInvocationHandler
- The empty class array to define parameters of .hashCode and .toString.
O
- ObjID - class java.rmi.server.ObjID.
- Represents the object identifier, unique for the host that generated it.
- ObjID() - Constructor for class java.rmi.server.ObjID
- Create the new object id, unique for this host.
- ObjID(int) - Constructor for class java.rmi.server.ObjID
- Create the new object id defining the well known remotely accessible object, present in this host.
- Operation - class java.rmi.server.Operation.
- Deprecated.
- Operation(String) - Constructor for class java.rmi.server.Operation
- Deprecated.
- objNum - Variable in class java.rmi.server.ObjID
- The object Id (either well-known value or the value of the incrementing object counter.
- operation - Variable in class java.rmi.server.Operation
- Deprecated.
P
- packagePrefix - Static variable in interface java.rmi.server.LoaderHandler
- Deprecated. For binary compatibility with the JDK, the string "sun.rmi.server".
- packagePrefix - Static variable in interface java.rmi.server.RemoteRef
- For binary compatibility with the JDK, the string "sun.rmi.server".
- parseLevel(String) - Static method in class java.rmi.server.LogStream
- Deprecated.
- port - Variable in class java.rmi.server.UnicastRemoteObject
- The port, on that the created remote object becomes available, zero meaning the anonymous port.
R
- REGISTRY_ID - Static variable in class java.rmi.server.ObjID
- Defines the ID of the naming service.
- RMIClassLoader - class java.rmi.server.RMIClassLoader.
- This class provides a set of public static utility methods for supporting network-based class loading in RMI.
- RMIClassLoader() - Constructor for class java.rmi.server.RMIClassLoader
- This class isn't intended to be instantiated.
- RMIClassLoaderSpi - class java.rmi.server.RMIClassLoaderSpi.
- RMIClassLoaderSpi() - Constructor for class java.rmi.server.RMIClassLoaderSpi
- RMIClientSocketFactory - interface java.rmi.server.RMIClientSocketFactory.
- RMIFailureHandler - interface java.rmi.server.RMIFailureHandler.
- RMIServerSocketFactory - interface java.rmi.server.RMIServerSocketFactory.
- RMISocketFactory - class java.rmi.server.RMISocketFactory.
- RMISocketFactory() - Constructor for class java.rmi.server.RMISocketFactory
- RemoteCall - interface java.rmi.server.RemoteCall.
- Deprecated.
- RemoteObject - class java.rmi.server.RemoteObject.
- RemoteObject() - Constructor for class java.rmi.server.RemoteObject
- RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
- RemoteObjectInvocationHandler - class java.rmi.server.RemoteObjectInvocationHandler.
- Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
- RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
- Construct the remote invocation handler that forwards calls to the given remote object.
- RemoteRef - interface java.rmi.server.RemoteRef.
- Represents a handler to the remote object.
- RemoteServer - class java.rmi.server.RemoteServer.
- A common superclass for the server implementations.
- RemoteServer() - Constructor for class java.rmi.server.RemoteServer
- Does nothing, delegates to super().
- RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
- Does nothing, delegates to super(ref).
- RemoteStub - class java.rmi.server.RemoteStub.
- This is a base class for the automatically generated RMI stubs.
- RemoteStub() - Constructor for class java.rmi.server.RemoteStub
- Constructs the remote stub with no reference set.
- RemoteStub(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
- Constructs the remote stub that uses given remote reference for the method invocations.
- read(ObjectInput) - Static method in class java.rmi.server.ObjID
- Read object id (as long), then the object UID.
- read(DataInput) - Static method in class java.rmi.server.UID
- readObject(ObjectInputStream) - Method in class java.rmi.server.RemoteObject
- Read the remote object from the input stream.
- ref - Variable in class java.rmi.server.RemoteObject
- releaseInputStream() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
- Deprecated.
- remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
- Compare two remote objects for equality.
- remoteHashCode() - Method in interface java.rmi.server.RemoteRef
- Get the hashcode for a remote object.
- remoteToString() - Method in interface java.rmi.server.RemoteRef
- Get the string representation of this remote reference.
S
- SILENT - Static variable in class java.rmi.server.LogStream
- Deprecated.
- ServerCloneException - exception java.rmi.server.ServerCloneException.
- Thrown if a remote exception occurs during the cloning process of a
UnicastRemoteObject. - ServerCloneException(String) - Constructor for class java.rmi.server.ServerCloneException
- Create an exception with a message.
- ServerCloneException(String, Exception) - Constructor for class java.rmi.server.ServerCloneException
- Create an exception with a message and a cause.
- ServerNotActiveException - exception java.rmi.server.ServerNotActiveException.
- Thrown during
RemoteServer.getClientHostif the host is not servicing a remote method call. - ServerNotActiveException() - Constructor for class java.rmi.server.ServerNotActiveException
- Create an exception with no message.
- ServerNotActiveException(String) - Constructor for class java.rmi.server.ServerNotActiveException
- Create an exception with a message.
- ServerRef - interface java.rmi.server.ServerRef.
- Skeleton - interface java.rmi.server.Skeleton.
- Deprecated.
- SkeletonMismatchException - exception java.rmi.server.SkeletonMismatchException.
- Deprecated. no replacement. Skeletons are no longer required.
- SkeletonMismatchException(String) - Constructor for class java.rmi.server.SkeletonMismatchException
- Deprecated. no longer needed
- SkeletonNotFoundException - exception java.rmi.server.SkeletonNotFoundException.
- Deprecated. no replacement. Skeletons are no longer required.
- SkeletonNotFoundException(String) - Constructor for class java.rmi.server.SkeletonNotFoundException
- Deprecated. Create an exception with the specified message.
- SkeletonNotFoundException(String, Exception) - Constructor for class java.rmi.server.SkeletonNotFoundException
- Deprecated. Create an exception with the specified message and cause.
- SocketSecurityException - exception java.rmi.server.SocketSecurityException.
- Thrown during remote object export if the code does not have permission
to create a
java.net.ServerSocketon the specified port. - SocketSecurityException(String) - Constructor for class java.rmi.server.SocketSecurityException
- Create an exception with the specified message.
- SocketSecurityException(String, Exception) - Constructor for class java.rmi.server.SocketSecurityException
- Create an exception with the specified message and cause.
- serialVersionUID - Static variable in class java.rmi.server.ExportException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.server.ObjID
- Use serial version uid for interoperability.
- serialVersionUID - Static variable in class java.rmi.server.RemoteObject
- serialVersionUID - Static variable in class java.rmi.server.RemoteObjectInvocationHandler
- Use the jdk 1.5 SUID for interoperability.
- serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
- Indicates compatibility with JDK 1.1.*
- serialVersionUID - Static variable in class java.rmi.server.RemoteServer
- serialVersionUID - Static variable in class java.rmi.server.RemoteStub
- Use serialVersionUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.server.ServerCloneException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.server.ServerNotActiveException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in interface java.rmi.server.ServerRef
- serialVersionUID - Static variable in class java.rmi.server.SkeletonMismatchException
- Deprecated. Compatible with JDK 1.1.
- serialVersionUID - Static variable in class java.rmi.server.SkeletonNotFoundException
- Deprecated. Compatible with JDK 1.1.
- serialVersionUID - Static variable in class java.rmi.server.SocketSecurityException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.server.UID
- Use the serial version uid for interoperability.
- serialVersionUID - Static variable in class java.rmi.server.UnicastRemoteObject
- Use SVUID for interoperability.
- setDefaultStream(PrintStream) - Static method in class java.rmi.server.LogStream
- Deprecated.
- setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
- setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
- Set the stream for logging RMI calls.
- setOutputStream(OutputStream) - Method in class java.rmi.server.LogStream
- Deprecated.
- setRef(RemoteStub, RemoteRef) - Static method in class java.rmi.server.RemoteStub
- Deprecated.
- setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
- space - Variable in class java.rmi.server.ObjID
- The object unique identifier, generated individually for each object.
- ssf - Variable in class java.rmi.server.UnicastRemoteObject
- The server socket factory for producing server sockets, used by this object.
- stubs - Static variable in class java.rmi.server.RemoteObject
T
- time - Variable in class java.rmi.server.UID
- The time stamp, when the UID was created.
- toString() - Method in class java.rmi.server.LogStream
- Deprecated.
- toString() - Method in class java.rmi.server.ObjID
- Get the string representation.
- toString() - Method in class java.rmi.server.Operation
- Deprecated.
- toString() - Method in class java.rmi.server.RemoteObject
- Get the string representation of this remote object.
- toString() - Method in class java.rmi.server.UID
- Get the string representation of this UID.
- toStub(Remote) - Static method in class java.rmi.server.RemoteObject
U
- UID - class java.rmi.server.UID.
- Represents the unique identifier over time for the host which has generated it.
- UID() - Constructor for class java.rmi.server.UID
- Create the new UID that would have the described features of the uniqueness.
- UID(short) - Constructor for class java.rmi.server.UID
- Create the new UID with the well known id (number).
- UnicastRemoteObject - class java.rmi.server.UnicastRemoteObject.
- This class obtains stub that communicates with the remote object.
- UnicastRemoteObject() - Constructor for class java.rmi.server.UnicastRemoteObject
- Create and export new remote object without specifying the port value.
- UnicastRemoteObject(int) - Constructor for class java.rmi.server.UnicastRemoteObject
- Create and export the new remote object, making it available at the given port, local host.
- UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.server.UnicastRemoteObject
- Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
- UnicastRemoteObject(RemoteRef) - Constructor for class java.rmi.server.UnicastRemoteObject
- Unreferenced - interface java.rmi.server.Unreferenced.
- uidCounter - Static variable in class java.rmi.server.UID
- The UID counter (the ordinary number in the sequence of number of UID's, created during the recent millisecond).
- unexportObject(Remote, boolean) - Static method in class java.rmi.server.UnicastRemoteObject
- unique - Variable in class java.rmi.server.UID
- Always gets the uniqueNr value.
- unreferenced() - Method in interface java.rmi.server.Unreferenced
V
W
- write(int) - Method in class java.rmi.server.LogStream
- Deprecated.
- write(byte[], int, int) - Method in class java.rmi.server.LogStream
- Deprecated.
- write(ObjectOutput) - Method in class java.rmi.server.ObjID
- Write object id as long, then the object UID.
- write(DataOutput) - Method in class java.rmi.server.UID
- writeObject(ObjectOutputStream) - Method in class java.rmi.server.RemoteObject
- Write the remote object to the output stream.
A B C D E F G H I J L M N O P R S T U V W
|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV NEXT | ||||||||