A C G H I M S

A

ActivatableServer - Class in com.sun.jini.example.hello
Defines an activatable application server that provides an implementation of the Hello interface.
ActivatableServer(ActivationID, MarshalledObject) - Constructor for class com.sun.jini.example.hello.ActivatableServer
Creates the server

C

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.

G

getClassAnnotation(ClassLoader) - Method in class com.sun.jini.example.hello.MdClassAnnotationProvider
 
getExporter() - Method in class com.sun.jini.example.hello.ActivatableServer
Returns the exporter for exporting the server.
getExporter() - Method in class com.sun.jini.example.hello.Server
Returns the exporter for exporting the server.
getProxy() - Method in class com.sun.jini.example.hello.Server
Returns a proxy object for this remote object.
getProxyVerifier() - Method in class com.sun.jini.example.hello.Server
Implement the ServerProxyTrust interface to provide a verifier for secure smart proxies.
getServiceID() - Method in class com.sun.jini.example.hello.ActivatableServer
Returns the service ID for this server.
getServiceID() - Method in class com.sun.jini.example.hello.Server
Returns the service ID for this server.

H

Hello - Interface in com.sun.jini.example.hello
Defines a simple remote interface.

I

init() - Method in class com.sun.jini.example.hello.Server
Initializes the server, including exporting it and storing its proxy in the registry.
initAsSubject() - Method in class com.sun.jini.example.hello.Server
Initializes the server, assuming that the appropriate subject is in effect.

M

main(String[]) - Static method in class com.sun.jini.example.hello.ActivatableServer
Starts and registers an activatable server that implements the Hello interface.
main(String[]) - Static method in class com.sun.jini.example.hello.Client
Starts an application that makes calls to a remote Hello implementation.
main(String[]) - Static method in class com.sun.jini.example.hello.Server
Starts and registers a server that implements the Hello interface.
marshalArguments(Object, Method, Object[], ObjectOutputStream, Collection) - Method in class com.sun.jini.example.hello.ConfirmingInvocationHandler
Asks whether the call should be made, then writes a call identifier before the arguments.
MdClassAnnotationProvider - Class in com.sun.jini.example.hello
A preferred class provider that computes HTTPMD URLs to use as the class annotation for classes in the application and bootstrap classpath.
MdClassAnnotationProvider() - Constructor for class com.sun.jini.example.hello.MdClassAnnotationProvider
 

S

sayHello() - Method in interface com.sun.jini.example.hello.Hello
Returns a message string.
sayHello() - Method in class com.sun.jini.example.hello.Server
Implement the Hello interface.
Server - Class in com.sun.jini.example.hello
Defines an application server that provides an implementation of the Hello interface.
Server(String[]) - Constructor for class com.sun.jini.example.hello.Server
Creates the server.
ServerPermission - Class in com.sun.jini.example.hello
Represents permissions used to express the access control policy for the Server class.
ServerPermission(String) - Constructor for class com.sun.jini.example.hello.ServerPermission
Creates an instance with the specified target name.
serverProxy - Variable in class com.sun.jini.example.hello.Server
The server proxy, for use by getProxyVerifier

A C G H I M S

Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.