All Examples  This Package
  Class examples.security.acl.Client
java.lang.Object
   |
   +----examples.security.acl.Client
  -  public class Client
  -  extends Object
This simple client connects as a specific user and
 attempts an RMI invocation. Access to the invocation will be
 granted or denied depending on the configured ACLs.
  -  Author:
  
-  Copyright (c) 1997-2000 by BEA Systems, Inc. All Rights Reserved.
   
  -   Client() Client()
-  
   
  -   main(String[]) main(String[])
-  
 Checks the parameters, looks up frob target, calls
 frob on it, and reports on the success.
   
 Client
Client
 public Client()
   
 main
main
 public static void main(String arg[])
  -  Checks the parameters, looks up frob target, calls
 frob on it, and reports on the success.
 
All Examples  This Package