All examples  RMI over IIOP examples  Hello example

Class examples.rmi_iiop.hello.HelloImpl

java.lang.Object
   |
   +----examples.rmi_iiop.hello.HelloImpl

public class HelloImpl
extends Object
implements HelloWorld
Implements the Hello interface.

Author:
Copyright (c) Copyright (c) 2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o HelloImpl()

Method Index

 o main(String[])
Binds this class to the JNDI tree under the name "HelloServer".
 o sayHello()
Prints "Hello World" to the Server's command shell.

Constructors

 o HelloImpl
 public HelloImpl() throws RemoteException

Methods

 o sayHello
 public void sayHello() throws RemoteException
Prints "Hello World" to the Server's command shell.

 o main
 public static void main(String args[]) throws Exception
Binds this class to the JNDI tree under the name "HelloServer".


All examples  RMI over IIOP examples  Hello example