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

Packages that use ManagedObject
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.app.util Provides utilities for use by RedDwarf Server application developers. 
 

Uses of ManagedObject in com.sun.sgs.app
 

Subinterfaces of ManagedObject in com.sun.sgs.app
 interface Channel
          Interface representing a communication group, a Channel, consisting of multiple client sessions.
 interface ClientSession
          Interface representing a single, connected login session between a client and the server.
 interface ManagedObjectRemoval
          An interface that managed objects should implement in order to be notified when they are being removed from the DataManager.
 

Methods in com.sun.sgs.app that return ManagedObject
 ManagedObject DataManager.getBinding(String name)
          Obtains the object bound to a name.
 ManagedObject DataManager.getBindingForUpdate(String name)
          Obtains the object bound to a name, and notifies the system that the object is going to be modified.
 

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

Classes in com.sun.sgs.app.util that implement ManagedObject
 class ManagedSerializable<T>
          A utility class for wrapping a Serializable object within a ManagedObject instance.
 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.
 


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