|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.rmi_iiop.hello.HelloImpl
Implements the HelloWorld interface.
Constructor Summary | |
HelloImpl()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Binds this class to the JNDI tree under the name "HelloServer". |
void |
sayHello()
Prints "Hello World" to the Server's command shell. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public HelloImpl() throws java.rmi.RemoteException
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
public void sayHello() throws java.rmi.RemoteException
sayHello
in interface HelloWorld
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |