javax.jdo.spi
Interface JDOImplHelper.StringConstructor

Enclosing class:
JDOImplHelper

public static interface JDOImplHelper.StringConstructor

Construct an instance of a key class using a String as input. This is a helper interface for use with ObjectIdentity. Classes without a String constructor (such as those in java.lang and java.util) will use this interface for constructing new instances. The result might be a singleton or use some other strategy.


Method Summary
 java.lang.Object construct(java.lang.String s)
          Construct an instance of the class for which this instance is registered.
 

Method Detail

construct

java.lang.Object construct(java.lang.String s)
Construct an instance of the class for which this instance is registered.

Parameters:
s - the parameter for construction
Returns:
the constructed object


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.