N1 Service Provisioning System 4.1 User's Guide

System Components

In addition to the Component Types described above System Components also provide functionality available to advanced plan and component authors. The following components have additional functionality:

Windows System Service

The Windows System Component provides utilities for interacting with different windows systems, beyond those related to any specific component type described above.

Control Procedures

Table 5–45 Contained WebLogic EJB Control Procedures (Windows)

Name 

Parameters 

Description 

stopIIS 

None 

Shuts down the IIS process.  

startIIS 

None 

Restarts IIS if it was not running 

stopService 

serviceName: Name of the service to stop.  

Shuts down the service.  

startService 

serviceName: Name of the service to start.  

Starts the windows service 

WebLogic Target

The WebLogic Target component provides utilities for interacting with WebLogic managed servers and clusters.

Procedures

Table 5–46 Contained WebLogic EJB Control Procedures (WebLogic)

Name 

Parameters 

Description 

Start 

None 

Starts the target. 

Stop 

None 

Stops the target. 

Restart 

Boolean restart 

Restarts the target, based on the value of the restart flag.