WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.cluster.rmi
Class HelloClusterImpl

java.lang.Object
  |
  +--examples.cluster.rmi.HelloClusterImpl
All Implemented Interfaces:
HelloCluster, weblogic.rmi.Remote, java.rmi.Remote

public class HelloClusterImpl
extends java.lang.Object
implements HelloCluster

This class implements the interface HelloCluster.

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

Field Summary
static java.lang.String BINDNAME
           
 
Constructor Summary
HelloClusterImpl()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allows the WebLogic Server to instantiate this implementation and bind it in the registry.
 java.lang.String sayHello()
          Returns a string.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINDNAME

public static final java.lang.String BINDNAME
Constructor Detail

HelloClusterImpl

public HelloClusterImpl()
Method Detail

main

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

sayHello

public java.lang.String sayHello()
                          throws weblogic.rmi.RemoteException
Returns a string.
Specified by:
sayHello in interface HelloCluster
Returns:
String message
Throws:
weblogic.rmi.RemoteException -  

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.