|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InjectObject | |
---|---|
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
javax.rad.server | Contains classes and interfaces needed for implementing a remote server. |
Uses of InjectObject in com.sibvisions.rad.server |
---|
Methods in com.sibvisions.rad.server that return InjectObject | |
---|---|
InjectObject |
AbstractSession.getObject(String pName)
Gets an object from the cache. |
InjectObject |
AbstractSession.putObject(InjectObject pObject)
Puts an object to the cache. |
InjectObject |
AbstractSession.removeObject(InjectObject pObject)
Removes an object from the cache. |
Methods in com.sibvisions.rad.server with parameters of type InjectObject | |
---|---|
InjectObject |
AbstractSession.putObject(InjectObject pObject)
Puts an object to the cache. |
InjectObject |
AbstractSession.removeObject(InjectObject pObject)
Removes an object from the cache. |
Uses of InjectObject in javax.rad.server |
---|
Methods in javax.rad.server that return InjectObject | |
---|---|
abstract InjectObject |
SessionContext.getObject(String pName)
Gets an already added inject object. |
abstract InjectObject |
SessionContext.putObject(InjectObject pObject)
Puts an object to this SessionContext . |
InjectObject |
SessionContext.putObject(String pName,
Object pObject)
Puts an object with a specific name to this SessionContext . |
abstract InjectObject |
SessionContext.removeObject(InjectObject pObject)
Removes an inject object from this SessionContext . |
InjectObject |
SessionContext.removeObject(String pName)
Removes an inject object from this SessionContext . |
Methods in javax.rad.server with parameters of type InjectObject | |
---|---|
abstract InjectObject |
SessionContext.putObject(InjectObject pObject)
Puts an object to this SessionContext . |
abstract InjectObject |
SessionContext.removeObject(InjectObject pObject)
Removes an inject object from this SessionContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |