Microsoft SDK for Java

getClassOfCaller

The getClassOfCaller method of the PolicyEngine Class contains the following signatures:

getClassOfCaller()
getClassOfCaller(Class[] skip)

getClassOfCaller()

Retrieves the class type of the immediate caller of this method.

Syntax

public static Class getClassOfCaller();

Return Value

Returns the class type of the immediate caller of this method.

getClassOfCaller(Class[] skip)

Retrieves the class type of the caller of this method, skipping any classes found in the specified skip set.

Syntax

public static Class getClassOfCaller(Class[] skip);

Return Value

Returns the class type of the caller.

Parameters

skip The set of classes to ignore.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.