Uses of Interface
com.sun.sgs.app.ManagedObjectRemoval

Packages that use ManagedObjectRemoval
com.sun.sgs.app.util Provides utilities for use by RedDwarf Server application developers. 
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
com.sun.sgs.impl.service.data Provides an implementation of DataService
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
 

Uses of ManagedObjectRemoval in com.sun.sgs.app.util
 

Classes in com.sun.sgs.app.util that implement ManagedObjectRemoval
 class ScalableDeque<E>
          A scalable Deque implementation.
 class ScalableHashMap<K,V>
          A scalable implementation of Map.
 class ScalableHashSet<E>
          A scalable implementation of Set backed by a ScalableHashMap.
 class ScalableList<E>
          This class represents a java.util.List which supports a concurrent and scalable behavior.
 

Uses of ManagedObjectRemoval in com.sun.sgs.impl.service.channel
 

Classes in com.sun.sgs.impl.service.channel that implement ManagedObjectRemoval
(package private)  class ChannelWrapper
          A wrapper for a ChannelImpl object that is returned to the application when a channel is created.
 

Uses of ManagedObjectRemoval in com.sun.sgs.impl.service.data
 

Methods in com.sun.sgs.impl.service.data with parameters of type ManagedObjectRemoval
(package private)  void Context.removingObject(ManagedObjectRemoval object)
          Calls removingObject on the argument, and checks for recursion.
 

Uses of ManagedObjectRemoval in com.sun.sgs.impl.service.session
 

Classes in com.sun.sgs.impl.service.session that implement ManagedObjectRemoval
 class ClientSessionWrapper
          A wrapper for a ClientSessionImpl object that is passed to the application in the AppListener.loggedIn method when a client session logs in.
 

Uses of ManagedObjectRemoval in com.sun.sgs.impl.util
 

Classes in com.sun.sgs.impl.util that implement ManagedObjectRemoval
 class ManagedQueue<E>
          A simple implementation of a persistent queue.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved