WebLogic Integration


com.bea.wlpi.client.common
Interface LogonModule

All Known Implementing Classes:
Logon, StdIOLogon

public interface LogonModule

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getPassword()
          Return the password.
 java.lang.String getUrl()
          Return the WebLogic Integration server URL.
 java.lang.String getUserId()
          Return the user ID.
 boolean okay()
          Check whether user pressed the OK button.
 

Method Detail

okay

public boolean okay()
Check whether user pressed the OK button.

Returns:
true - if the URL and user ID are non-blank and the user closed the dialog by pressing the OK button or pressing enter.

getUrl

public java.lang.String getUrl()
Return the WebLogic Integration server URL.

Returns:
The WebLogic Integration server URL.

getUserId

public java.lang.String getUserId()
Return the user ID.

Returns:
The user ID.

getPassword

public java.lang.String getPassword()
Return the password.

Returns:
The password.

WebLogic Integration

WebLogic Integration (WLI)