org.apache.pluto.portalImpl.core
Class ObjectIDFactoryImpl

java.lang.Object
  extended byorg.apache.pluto.portalImpl.core.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


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
clone, equals, finalize, 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


Copyright © 2003-2006 . All Rights Reserved.