public class CallingContext
extends java.lang.Object
Constructor and Description |
---|
CallingContext() |
Modifier and Type | Method and Description |
---|---|
Call |
finish()
Finishes the current Call, removing it from the context.
|
Call |
get()
Returns the current Call being executed in the WSF.
|
static CallingContext |
getInstance()
Provides global access to the WSF calling context.
|
void |
start(Call c)
Adds a new Call to the context, essentially "starting" the Call.
|
public Call get()
public void start(Call c)
c
- Call being executed.public Call finish()
public static CallingContext getInstance()
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.