ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/admin/wsaobj.htm

34 lines
1.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Scripting objects</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="wsaobj"></a>Scripting objects</h4>
<p>These topics provide information about each of the objects that you can use in scripts for wsadmin.</p>
<blockquote>
<p><strong><a href="wsaobjadmctrl.htm">The AdminControl object for scripted administration</a></strong><br>
You can use the AdminControl object to invoke operational commands on objects that run in WebSphere Application Server - Express. Many of the AdminControl methods have multiple signatures so that you can invoke them in a raw mode using parameters specified by Java Management Extensions (JMX), or using strings for parameters.</p>
<p><strong><a href="wsaobjadmcfg.htm">The AdminConfig object for scripted administration</a></strong><br>
Use the AdminConfig object to invoke configuration commands and create or change elements of WebSphere Application Server - Express configuration.</p>
<p><strong><a href="wsaobjadmapp.htm">The AdminApp object for scripted administration</a></strong><br>
The AdminApp object interacts with WebSphere Application Server - Express management and configuration services to install and manage applications.</p>
<p><strong><a href="wsaobjhelp.htm">The Help object for scripted administration</a></strong><br>
The Help object provides general help and dynamic online information about the MBeans that are running. You can also use the Help object as an aid in writing and running scripts with the AdminControl object. Some methods include: attributes, operations, AdminConfig, and AdminControl.</p>
</blockquote>
</body>
</html>