Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.rmi Classes and Interfaces - 71 results found.
NameDescriptionTypePackageFramework
AccessExceptionAn AccessException is thrown by certain methods of the java.Classjava.rmiJava SE
ActivatableThe Activatable class provides support for remote objects that require persistent access over time and thatClassjava.rmi.activationJava SE
ActivateFailedExceptionThis exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.Classjava.rmi.activationJava SE
ActivationDescAn activation descriptor contains the information necessary to activate an object: the object's group identifier,Classjava.rmi.activationJava SE
ActivationExceptionGeneral exception used by the activation interfaces.Classjava.rmi.activationJava SE
ActivationGroupAn ActivationGroup is responsible for creating new instances of activatable objects in its group, informing itsClassjava.rmi.activationJava SE
ActivationGroup_StubActivationGroup_Stub is a stub class for the subclasses of java.Classjava.rmi.activationJava SE
ActivationGroupDescAn activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.Classjava.rmi.activationJava SE
ActivationGroupDesc .CommandEnvironmentStartup options for ActivationGroup implementations.Classjava.rmi.activation.ActivationGroupDescJava SE
ActivationGroupIDThe identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, andClassjava.rmi.activationJava SE
ActivationIDActivation makes use of special identifiers to denote remote objects that can be activated over time.Classjava.rmi.activationJava SE
AlreadyBoundExceptionAn AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that alreadyClassjava.rmiJava SE
ActivationInstantiatorAn ActivationInstantiator is responsible for creating instances of activatable objects.Interfacejava.rmi.activationJava SE
ActivationMonitorAn ActivationMonitor is specific to an ActivationGroup and is obtained when a group isInterfacejava.rmi.activationJava SE
ActivationSystemThe ActivationSystem provides a means for registering groups and activatable objects to be activated within those groups.Interfacejava.rmi.activationJava SE
ActivatorThe Activator facilitates remote object activation.Interfacejava.rmi.activationJava SE
ConnectExceptionA ConnectException is thrown if a connection is refused to the remote host for a remote method call.Classjava.rmiJava SE
ConnectIOExceptionA ConnectIOException is thrown if an IOException occurs while making a connectionClassjava.rmiJava SE
DGCThe DGC abstraction is used for the server side of the distributed garbage collection algorithm.Interfacejava.rmi.dgcJava SE
ExportExceptionAn ExportException is a RemoteException thrown if an attempt to export a remote object fails.Classjava.rmi.serverJava SE
LeaseA lease contains a unique VM identifier and a lease duration.Classjava.rmi.dgcJava SE
LocateRegistryLocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), orClassjava.rmi.registryJava SE
LogStreamLogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system.Classjava.rmi.serverJava SE
LoaderHandlerLoaderHandler is an interface used internally by the RMI runtime in previous implementation versions.Interfacejava.rmi.serverJava SE
MarshalExceptionA MarshalException is thrown if a java.Classjava.rmiJava SE
MarshalledObjectA MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.Classjava.rmiJava SE
NamingThe Naming class provides methods for storing and obtaining references to remote objects in a remote object registry.Classjava.rmiJava SE
NoSuchObjectExceptionA NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtualClassjava.rmiJava SE
NotBoundExceptionA NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that hasClassjava.rmiJava SE
ObjIDAn ObjID is used to identify a remote object exported to an RMI runtime.Classjava.rmi.serverJava SE
OperationAn Operation contains a description of a Java method.Classjava.rmi.serverJava SE
RemoteExceptionA RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of aClassjava.rmiJava SE
RemoteObjectThe RemoteObject class implements the java.Classjava.rmi.serverJava SE
RemoteObjectInvocationHandlerAn implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI).Classjava.rmi.serverJava SE
RemoteServerThe RemoteServer class is the common superclass to server implementations and provides the framework to support a wide rangeClassjava.rmi.serverJava SE
RemoteStubThe RemoteStub class is the common superclass of statically generated clientClassjava.rmi.serverJava SE
RMIClassLoaderRMIClassLoader comprises static methods to support dynamic class loading with RMI.Classjava.rmi.serverJava SE
RMIClassLoaderSpiRMIClassLoaderSpi is the service provider interface for In particular, an RMIClassLoaderSpi instance provides anClassjava.rmi.serverJava SE
RMISecurityExceptionAn RMISecurityException signals that a security exception has occurred during the execution of one ofClassjava.rmiJava SE
RMISecurityManagerRMISecurityManager implements a policy identical to the policy implemented by SecurityManager.Classjava.rmiJava SE
RMISocketFactoryAn RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.Classjava.rmi.serverJava SE
RegistryRegistry is a remote interface to a simple remote object registry that provides methods for storing and retrievingInterfacejava.rmi.registryJava SE
RegistryHandlerRegistryHandler is an interface used internally by the RMI runtime in previous implementation versions.Interfacejava.rmi.registryJava SE
RemoteThe Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.Interfacejava.rmiJava SE
RemoteCallRemoteCall is an abstraction used solely by the RMI runtime (in conjunction with stubs and skeletons of remote objects) to carry out aInterfacejava.rmi.serverJava SE
RemoteRefRemoteRef represents the handle for a remote object.Interfacejava.rmi.serverJava SE
RMIClientSocketFactoryAn RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.Interfacejava.rmi.serverJava SE
RMIFailureHandlerAn RMIFailureHandler can be registered via the RMISocketFactory.Interfacejava.rmi.serverJava SE
RMIServerSocketFactoryAn RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.Interfacejava.rmi.serverJava SE
ServerCloneExceptionA ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.Classjava.rmi.serverJava SE
ServerErrorA ServerError is thrown as a result of a remote method invocation when an Error is thrown while processingClassjava.rmiJava SE
ServerExceptionA ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processingClassjava.rmiJava SE
ServerNotActiveExceptionAn ServerNotActiveException is an Exception thrown during a call to RemoteServer.Classjava.rmi.serverJava SE
ServerRuntimeExceptionClassjava.rmiJava SE
SkeletonMismatchExceptionThis exception is thrown when a call is received that does not match the available skeleton.Classjava.rmi.serverJava SE
SkeletonNotFoundExceptionA SkeletonNotFoundException is thrown if the Skeleton corresponding to the remote object beingClassjava.rmi.serverJava SE
SocketSecurityExceptionAn obsolete subclass of ExportException.Classjava.rmi.serverJava SE
StubNotFoundExceptionA StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported.Classjava.rmiJava SE
ServerRefInterfacejava.rmi.serverJava SE
SkeletonThe Skeleton interface is used solely by the RMI Every version 1.Interfacejava.rmi.serverJava SE
UIDA UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216Classjava.rmi.serverJava SE
UnexpectedExceptionAn UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checkedClassjava.rmiJava SE
UnicastRemoteObjectUsed for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.Classjava.rmi.serverJava SE
UnknownGroupExceptionAn UnknownGroupException is thrown by methods of classes and interfaces in the java.Classjava.rmi.activationJava SE
UnknownHostExceptionAn UnknownHostException is thrown if a java.Classjava.rmiJava SE
UnknownObjectExceptionAn UnknownObjectException is thrown by methods of classes and interfaces in the java.Classjava.rmi.activationJava SE
UnmarshalExceptionAn UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the followingClassjava.rmiJava SE
UnreferencedA remote object implementation should implement the Unreferenced interface to receive notification when there areInterfacejava.rmi.serverJava SE
VMIDA VMID is a identifier that is unique across all Java virtual machines.Classjava.rmi.dgcJava SE
_Remote_StubThis class provides the Stub for the Remote Type.Classorg.omg.stub.java.rmiJava SE
RMIProviderA basic RMI ProviderAuthor:Davanum Srinivas (dims@yahoo.Classorg.apache.axis.providers.javaApache Axis