Try OpenEdge Now
Java Open Clients
Proxy Objects and Methods
:
Proxy methods
:
Common methods
:
Procedure type
Procedure type
The
_getProcedureType()
method identifies the type of procedure that a ProcObject encapsulates as persistent, single-run, or singleton. The method returns a Java enum type that can hold a value of
PERSISTENT
,
SINGLE_RUN
, or
SINGLETON
:
Syntax
public ProcedureType _getProcedureType()