Namespace: OpenEdge.DataAdmin.Util
Class
DeallocateUtility
Parent classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.DataAdmin.Util.IDeallocateUtility

/* Copyright (c) 2011,2012 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.
File:DeallocateUtility
Author(s):hdaniels
Created:Tue Jul 12 17:00:21 EDT 2011




Method Summary
Options Name Purpose
AssertNotNull (Object, character)
OpenEdge.DataAdmin.Message.IUtilityRequest GetRequest ()
ImportOptions (character)
SetResponse (IUtilityResponse)
setType (character)
ThrowNull (character)

Constructor Summary
Options Name Purpose
DeallocateUtility ()
DeallocateUtility (ITenant, ITable)
DeallocateUtility (ITenantGroup)

Property Summary
Options Name Purpose
LOGICAL LogStatus
CHARACTER Name /* IDataAdminUtility */
CHARACTER ReadOnlyReason
CHARACTER StatusFileName /* /** optional status log type */ define public property LogType as char no-undo get. set(log as char): if log > "" then undo, throw new OpenEdge.DataAdmin.Error.UnsupportedOperationError("Status log is not supported for deallocate utility."). end. */
INTEGER StatusInterval
OpenEdge.DataAdmin.ITable Table
CHARACTER TaskName
OpenEdge.DataAdmin.ITenant Tenant /* IDeallocateUtility */
OpenEdge.DataAdmin.ITenantGroup TenantGroup


Method Detail
Top

AssertNotNull (Object, character)

Parameters:
o Progress.Lang.Object
arg CHARACTER
Top

OpenEdge.DataAdmin.Message.IUtilityRequest GetRequest ()

Returns OpenEdge.DataAdmin.Message.IUtilityRequest
Top

ImportOptions (character)

Parameters:
cfile CHARACTER
Top

SetResponse (IUtilityResponse)

Parameters:
resp OpenEdge.DataAdmin.Message.IUtilityResponse
Top

setType (character)

Parameters:
cType CHARACTER
Top

ThrowNull (character)

Parameters:
arg CHARACTER


Constructor Detail
Top

DeallocateUtility ()

Top

DeallocateUtility (ITenant, ITable)

Parameters:
pTenant OpenEdge.DataAdmin.ITenant
ptable OpenEdge.DataAdmin.ITable
Top

DeallocateUtility (ITenantGroup)

Purpose:
Notes:
Parameters:
pGroup OpenEdge.DataAdmin.ITenantGroup


Property Detail
Top

LOGICAL LogStatus

Returns LOGICAL
Top

CHARACTER Name

/* IDataAdminUtility
Returns CHARACTER
Top

CHARACTER ReadOnlyReason

Returns CHARACTER
Top

CHARACTER StatusFileName

/*
Purpose: optional status log type
define public property LogType as char no-undo
get.
set(log as char):
if log > "" then
undo, throw new OpenEdge.DataAdmin.Error.UnsupportedOperationError("Status log is not supported for deallocate utility.").
end.
Returns CHARACTER
Top

INTEGER StatusInterval

Returns INTEGER
Top

OpenEdge.DataAdmin.ITable Table

Returns OpenEdge.DataAdmin.ITable
Top

CHARACTER TaskName

Returns CHARACTER
Top

OpenEdge.DataAdmin.ITenant Tenant

/* IDeallocateUtility
Returns OpenEdge.DataAdmin.ITenant
Top

OpenEdge.DataAdmin.ITenantGroup TenantGroup

Returns OpenEdge.DataAdmin.ITenantGroup


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7