|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| com.sun.sgs.impl.service.data | Provides an implementation of DataService. |
| Uses of Context in com.sun.sgs.impl.service.data |
|---|
| Methods in com.sun.sgs.impl.service.data that return Context | |
|---|---|
(package private) static Context |
DataServiceImpl.getContextNoJoin()
Obtains the currently active context, throwing TransactionNotActiveException if none is active. |
| Methods in com.sun.sgs.impl.service.data with parameters of type Context | ||
|---|---|---|
(package private) static void |
ManagedReferenceImpl.checkAllState(Context context)
Checks the consistency of the managed references table, throwing an exception if a problem is found. |
|
(package private) static void |
DataServiceImpl.checkContext(Context context)
Checks that the specified context is currently active. |
|
(package private) static
|
ManagedReferenceImpl.findReference(Context context,
T object)
Returns the reference associated with a context and object, or null if the reference is not found. |
|
(package private) static void |
ManagedReferenceImpl.flushAll(Context context)
Saves all object modifications to the data store. |
|
(package private) static ManagedReferenceImpl<?> |
ManagedReferenceImpl.getReference(Context context,
long oid)
Returns the reference associated with a context and object ID, creating an EMPTY reference if none is found. |
|
(package private) static
|
ManagedReferenceImpl.getReference(Context context,
T object)
Returns the reference associated with a context and object, creating a NEW reference if none is found. |
|
(package private) static long |
ManagedReferenceImpl.nextObjectId(Context context,
long oid)
Returns the next object ID, or -1 if there are no more objects. |
|
(package private) static
|
ManagedReferenceImpl.safeFindReference(Context context,
T object)
Returns the reference associated with a context and object, or null if the reference is not found or the object has been removed. |
|
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||