org.jafer.osid.provider
Class IdManager

java.lang.Object
  extended by org.jafer.osid.provider.IdManager
All Implemented Interfaces:
java.io.Serializable, org.osid.id.IdManager, org.osid.OsidManager

public class IdManager
extends java.lang.Object
implements org.osid.id.IdManager

See Also:
Serialized Form

Field Summary
(package private)  java.util.Properties configuration
           
(package private)  org.osid.OsidContext context
           
 
Constructor Summary
IdManager()
           
 
Method Summary
 void assignConfiguration(java.util.Properties configuration)
           
 void assignOsidContext(org.osid.OsidContext context)
           
 org.osid.shared.Id createId()
           
 org.osid.shared.Id getId(java.lang.String idString)
           
 org.osid.OsidContext getOsidContext()
           
 void osidVersion_2_0()
          Verify to OsidLoader that it is loading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

org.osid.OsidContext context

configuration

java.util.Properties configuration
Constructor Detail

IdManager

public IdManager()
Method Detail

createId

public org.osid.shared.Id createId()
                            throws org.osid.id.IdException
Specified by:
createId in interface org.osid.id.IdManager
Throws:
org.osid.id.IdException

getId

public org.osid.shared.Id getId(java.lang.String idString)
                         throws org.osid.id.IdException
Specified by:
getId in interface org.osid.id.IdManager
Throws:
org.osid.id.IdException

osidVersion_2_0

public void osidVersion_2_0()
                     throws org.osid.OsidException
Verify to OsidLoader that it is loading

OSID Version: 2.0

.

Specified by:
osidVersion_2_0 in interface org.osid.OsidManager
Throws:
org.osid.OsidException

assignOsidContext

public void assignOsidContext(org.osid.OsidContext context)
                       throws org.osid.OsidException
Specified by:
assignOsidContext in interface org.osid.OsidManager
Throws:
org.osid.OsidException

assignConfiguration

public void assignConfiguration(java.util.Properties configuration)
                         throws org.osid.OsidException
Specified by:
assignConfiguration in interface org.osid.OsidManager
Throws:
org.osid.OsidException

getOsidContext

public org.osid.OsidContext getOsidContext()
                                    throws org.osid.OsidException
Specified by:
getOsidContext in interface org.osid.OsidManager
Throws:
org.osid.OsidException