com.stratelia.webactiv.beans.admin
Class AdminReference

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.AdminReference

public class AdminReference
extends Object

AdminReference represents the reference to an Admin instance. It manages the access to this instance. The Admin objects gathers all the operations that create the organizational resources for a Silverpeas server instance. All objects requiring a reference to an Admin instance should use an instance of this class.


Method Summary
static Admin getAdminService()
          Gets the administration service refered by this AdminReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdminService

public static Admin getAdminService()
Gets the administration service refered by this AdminReference.

Returns:
the admin service instance.


Copyright © 2016 Silverpeas. All Rights Reserved.