|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.cluster.rmi.HelloClusterImpl
This class implements the interface HelloCluster.
| 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 |
|
| Field Detail |
public static final java.lang.String BINDNAME
| Constructor Detail |
public HelloClusterImpl()
| Method Detail |
public static void main(java.lang.String[] args)
public java.lang.String sayHello()
throws java.rmi.RemoteException
sayHello in interface HelloClusterjava.rmi.RemoteException -
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||