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.voidpassivateObject(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, validateObjectVon Klasse geerbte Methoden org.apache.commons.pool2.BaseObject
toString, toStringAppendFieldsVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon 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:
createin 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:
passivateObjectin Schnittstelleorg.apache.commons.pool2.KeyedPooledObjectFactory<String,Group> - Setzt außer Kraft:
passivateObjectin Klasseorg.apache.commons.pool2.BaseKeyedPooledObjectFactory<String,Group> - Parameter:
key- the name of the grouppooledGroup- the instance to be passivated
-