Namespace: OpenEdge.DataAdmin.ServerCommand
Type: Class ProutilCommand
Parent Classes:
Inherits: OpenEdge.DataAdmin.ServerCommand.ProCommand


/* Copyright (c) 2011 by progress Software Corporation.
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Abstract class for proutil commands
Author(s):hdaniels
Created:Tue Jul 12 16:25:38 EDT 2011
Notes:Subclasses should implement/override GetRequestString()
for specific commands



Method Summary
  Options Name Purpose
  CHARACTER GetCommandParameters (IUtilityRequest)
  CHARACTER GetRequestString (IUtilityRequest) /* Implement subclass that overrides this with the details for a specific proutil command */

Constructor Summary
  Options Name Purpose
  ProutilCommand (character)

Property Summary
  Options Name Purpose
  CHARACTER CommandName


Method Detail
Top

CHARACTER GetCommandParameters (IUtilityRequest)

Parameters:
pRequest OpenEdge.DataAdmin.Message.IUtilityRequest
 
Returns CHARACTER
 
Top

CHARACTER GetRequestString (IUtilityRequest)

/* Implement subclass that overrides this with the details for a specific proutil command
Parameters:
pRequest OpenEdge.DataAdmin.Message.IUtilityRequest
 
Returns CHARACTER
 


Constructor Detail
Top

ProutilCommand (character)

Parameters:
pcdbname CHARACTER
 


Property Detail
Top

CHARACTER CommandName

Returns CHARACTER