|
| WebLogic Server 6.1 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.tutorials.migration.banking
Interface RMILogger
- All Superinterfaces:
- java.rmi.Remote, weblogic.rmi.Remote
- All Known Implementing Classes:
- RMILoggerImpl
- public interface RMILogger
- extends weblogic.rmi.Remote
This remote interface is implemented by RMILoggerImpl. It has
only one method, which will log the input to the console.
- Author:
- Copyright (c) 2001 by BEA Systems, Inc. All Rights Reserved.
Method Summary |
void |
log(java.lang.String s)
|
log
public void log(java.lang.String s)
throws weblogic.rmi.RemoteException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.