org.jasig.portal.groups
Class ReferenceGroupServiceFactory

java.lang.Object
  extended by org.jasig.portal.groups.ReferenceGroupServiceFactory
All Implemented Interfaces:
IGroupServiceFactory

public class ReferenceGroupServiceFactory
extends java.lang.Object
implements IGroupServiceFactory

Creates the reference implemetation of IGroupService.

Version:
$Revision: 1.4 $
Author:
Dan Ellentuck

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReferenceGroupServiceFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IGroupService newGroupService()
          Return an instance of the service implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

ReferenceGroupServiceFactory

public ReferenceGroupServiceFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupService

public IGroupService newGroupService()
                              throws GroupsException
Return an instance of the service implementation.

Specified by:
newGroupService in interface IGroupServiceFactory
Returns:
org.jasig.portal.groups.IGroupService
Throws:
GroupsException