using getClassContext

I am trying to get the stack trace of the classes using getclasscontext method of security manager. Now once we get the class array is it possible to get the object information associated with each class.

For example if the class in the class stack was of type Agent, I need to find out specifically whether this class Agent is a remote agent or is it a local agent and that can be found out by retrieving the object data associated with that class. Is there any way to get the object information rather the class information .

Nithya

[560 byte] By [nithyaswam] at [2007-9-26 4:39:39]
# 1
What do you mean by "object data associated with a class"?
vladimp at 2007-6-29 18:00:30 > top of Java-index,Security,Other Security APIs, Tools, and Issues...