IcedTea-Web
Plugin

sun.applet
Class PluginObjectStore

java.lang.Object
  extended by sun.applet.PluginObjectStore

public class PluginObjectStore
extends java.lang.Object


Constructor Summary
PluginObjectStore()
           
 
Method Summary
 boolean contains(int identifier)
           
 boolean contains(java.lang.Object object)
           
 void dump()
           
 java.lang.Integer getIdentifier(java.lang.Object object)
           
 java.lang.Object getObject(java.lang.Integer identifier)
           
 void reference(java.lang.Object object)
           
 void unreference(int identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginObjectStore

public PluginObjectStore()
Method Detail

getObject

public java.lang.Object getObject(java.lang.Integer identifier)

getIdentifier

public java.lang.Integer getIdentifier(java.lang.Object object)

contains

public boolean contains(java.lang.Object object)

contains

public boolean contains(int identifier)

reference

public void reference(java.lang.Object object)

unreference

public void unreference(int identifier)

dump

public void dump()

IcedTea-Web
Plugin

Submit a bug or feature