uPortal 2.4.1
API Documentation

org.jasig.portal.container.factory
Class ObjectIDFactoryImpl

java.lang.Object
  extended byorg.jasig.portal.container.factory.ObjectIDFactoryImpl
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.factory.ObjectIDFactory

public class ObjectIDFactoryImpl
extends java.lang.Object
implements org.apache.pluto.factory.ObjectIDFactory

Implementation of Apache Pluto ObjectIDFactory.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ObjectIDFactoryImpl()
           
 
Method Summary
 org.apache.pluto.om.common.ObjectID createObjectID(java.lang.String portletGUID)
           
 void destroy()
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIDFactoryImpl

public ObjectIDFactoryImpl()
Method Detail

createObjectID

public org.apache.pluto.om.common.ObjectID createObjectID(java.lang.String portletGUID)
Specified by:
createObjectID in interface org.apache.pluto.factory.ObjectIDFactory

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Specified by:
init in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation