I have a generic component (a simple java
package). I convert it into a jar
and give it to my clients.
My client can use this jar for any of his applications. Will it be possible to identify who calls my component. That's in my component, will I be able to identify who created an instance of me?
Sorry, If I put this is a vague manner. Given a object I could find the className associated to it using(getClass()
) . But I am not sure, if my requirement is ever possible.