- Client - Class in com.sun.jini.example.hello
-
Defines an application that makes calls to a remote Hello server.
- Client() - Constructor for class com.sun.jini.example.hello.Client
-
- com.sun.jini.example.hello - package com.sun.jini.example.hello
-
- config - Variable in class com.sun.jini.example.hello.Server
-
- ConfirmingILFactory - Class in com.sun.jini.example.hello
-
Defines an InvocationLayerFactory
that uses pop-up dialog
windows to confirm calls.
- ConfirmingILFactory() - Constructor for class com.sun.jini.example.hello.ConfirmingILFactory
-
Creates a InvocationLayerFactory
that confirms calls, with
no server constraints and no permission class.
- ConfirmingILFactory(MethodConstraints, Class) - Constructor for class com.sun.jini.example.hello.ConfirmingILFactory
-
Creates a InvocationLayerFactory
that confirms calls, and
uses the specified server constraints and permission class.
- ConfirmingInvocationHandler - Class in com.sun.jini.example.hello
-
Defines an invocation handler that confirms calls.
- ConfirmingInvocationHandler(ConfirmingInvocationHandler, MethodConstraints) - Constructor for class com.sun.jini.example.hello.ConfirmingInvocationHandler
-
Create a confirming invocation handler from a basic handler and
constraints.
- ConfirmingInvocationHandler(ObjectEndpoint, MethodConstraints) - Constructor for class com.sun.jini.example.hello.ConfirmingInvocationHandler
-
Create a confirming invocation handler for the object endpoint and
server constraints.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class com.sun.jini.example.hello.ConfirmingILFactory
-
Returns a confirming invocation dispatcher for the remote object.
- createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class com.sun.jini.example.hello.ConfirmingILFactory
-
Returns a confirming invocation handler for the object endpoint and
interfaces.
- createServiceID() - Static method in class com.sun.jini.example.hello.Server
-
Creates a new service ID.