Package org.apache.fulcrum.intake.model
Klasse Group.GroupFactory
- Alle implementierten Schnittstellen:
org.apache.commons.pool2.KeyedPooledObjectFactory<String,
Group>
- Umschließende Klasse:
Group
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates an instance that can be returned by the pool.void
passivateObject
(String key, org.apache.commons.pool2.PooledObject<Group> pooledGroup) Uninitialize an instance to be returned to the pool.org.apache.commons.pool2.PooledObject<Group>
Von Klasse geerbte Methoden org.apache.commons.pool2.BaseKeyedPooledObjectFactory
activateObject, destroyObject, makeObject, validateObject
Von Klasse geerbte Methoden org.apache.commons.pool2.BaseObject
toString, toStringAppendFields
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden org.apache.commons.pool2.KeyedPooledObjectFactory
destroyObject
-
Konstruktordetails
-
GroupFactory
-
-
Methodendetails
-
create
Creates an instance that can be returned by the pool.- Angegeben von:
create
in Klasseorg.apache.commons.pool2.BaseKeyedPooledObjectFactory<String,
Group> - Parameter:
key
- the name of the group- Gibt zurück:
- an instance that can be returned by the pool.
- Löst aus:
IntakeException
- indicates that the group could not be retrieved
-
wrap
-
passivateObject
Uninitialize an instance to be returned to the pool.- Angegeben von:
passivateObject
in Schnittstelleorg.apache.commons.pool2.KeyedPooledObjectFactory<String,
Group> - Setzt außer Kraft:
passivateObject
in Klasseorg.apache.commons.pool2.BaseKeyedPooledObjectFactory<String,
Group> - Parameter:
key
- the name of the grouppooledGroup
- the instance to be passivated
-