All Examples  This Package

Class examples.cluster.rmi.HelloClusterImpl

java.lang.Object
   |
   +----examples.cluster.rmi.HelloClusterImpl

public class HelloClusterImpl
extends Object
implements HelloCluster

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

Variable Index

 o BINDNAME

Constructor Index

 o HelloClusterImpl()

Method Index

 o main(String[])
Allows the WebLogic Server to instantiate this implementation and bind it in the registry.
 o sayHello()
Returns a string.

Variables

 o BINDNAME
 public static final String BINDNAME

Constructors

 o HelloClusterImpl
 public HelloClusterImpl()

Methods

 o sayHello
 public String sayHello() throws RemoteException
Returns a string.

Returns:
String message
 o main
 public static void main(String args[])
Allows the WebLogic Server to instantiate this implementation and bind it in the registry.


All Examples  This Package