WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

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)
           
 

Method Detail

log

public void log(java.lang.String s)
         throws weblogic.rmi.RemoteException

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

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