com.moesol.bindings.platform_sdk.component_services
Class ComJniProxyTracker

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.ComJniProxyTracker

public class ComJniProxyTracker
extends Object

Track IUnknown.Jni proxies. Free threaded.


Nested Class Summary
static class ComJniProxyTracker.WeakIUnknown
           
 
Method Summary
 void add(IUnknown.Jni proxy)
           
static String formatJni(IUnknown unk)
           
 Set getProxies()
           
static ComJniProxyTracker instance()
           
 boolean isTracking()
           
 void setTracking(boolean tracking)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ComJniProxyTracker instance()

add

public void add(IUnknown.Jni proxy)

getProxies

public Set getProxies()

isTracking

public boolean isTracking()

setTracking

public void setTracking(boolean tracking)

formatJni

public static String formatJni(IUnknown unk)


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.