All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.trace.agent.bootstrap.callback.obj.DelegateTarget Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.vmlens.trace.agent.bootstrap.callback.obj;

import com.vmlens.trace.agent.bootstrap.callback.CallbackStatePerThread;


public class DelegateTarget {

	private final ObjectCallbackState objectCallbackState;
	private final Object orig;
	

	
	
	
	
	 public DelegateTarget(ObjectCallbackState objectCallbackState, Object orig) {
		super();
		this.objectCallbackState = objectCallbackState;
		this.orig = orig;
	}






	void access(int operation, int methodId , CallbackStatePerThread callbackStatePerThread, int slidingWindowId) {
	
		objectCallbackState.access(orig , operation , methodId);
		 
		
	}
	
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy