The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Weblogic::WLST - Communicate with weblogic server via WLST.

SYNOPSIS

  use Weblogic::UserAdmin;
  my $wlst->{$server} = new Weblogic::WLST(
                {
                        wlsthome => "/home/http/Oracle/Middleware/wlserver_10.3/server/",
                        user     => 'system',
                        password => 'narcolepsy',
                        server   => "t3://$server"
                }
        ) or die "Died";
        
  

DESCRIPTION

Communicate with weblogic server via WLST.

USAGE

getRunTimeValue($param)

  gets the value from the JVMRuntime stack -  
  my $heapFree=getRuntimeValue("HeapFreeCurrent")

AUTHOR

    D Peters
    CPAN ID: DAVIDP
    davidp@electronf.com

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).