All Examples  XML Examples  BizTalk Example

Class examples.xml.biztalk.AdminCLU

java.lang.Object
   |
   +----examples.xml.biztalk.BizAdapter
           |
           +----examples.xml.biztalk.AdminCLU

public class AdminCLU
extends BizAdapter
AdminCLU is a command line utility for managing a biztalk server. Fucntions include starting, stopping and configuration of a server.

To start: java examples.xml.biztalk.AdminCLU name

where name is the name of the server to manage. This name should correspond to a config file, name.xml.

AdminCLU loops waiting for user input. Recognized requests include:


Constructor Index

 o AdminCLU()

Method Index

 o main(String[])

Constructors

 o AdminCLU
 public AdminCLU()

Methods

 o main
 public static void main(String args[])

All Examples  XML Examples  BizTalk Example