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 by BEA Systems, Inc. All Rights Reserved.
   
  -   BINDNAME BINDNAME
-  
   
  -   HelloClusterImpl() HelloClusterImpl()
-  
   
  -   main(String[]) main(String[])
-   Allows the WebLogic Server to instantiate this implementation
 and bind it in the registry.
  
-   sayHello() sayHello()
-   Returns a string.
   
 BINDNAME
BINDNAME
 public static final String BINDNAME
   
 HelloClusterImpl
HelloClusterImpl
 public HelloClusterImpl()
   
 sayHello
sayHello
 public String sayHello() throws RemoteException
  -  Returns a string.
   
- 
    -  Returns:
    
-  String message
  
 
 main
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