org.okiproject.serviceapi.guid
Interface GUIDFactory

All Superinterfaces:
java.io.Serializable

public interface GUIDFactory
extends java.io.Serializable

Copyright (c) 2001 Massachusetts Institute of Technology

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

$Source: /cvs/oki/org/okiproject/serviceapi/doc/guid/org/okiproject/serviceapi/guid/GUIDFactory.html,v $


Method Summary
 GUIDFactory create(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.util.Properties props)
          Creates a GUIDFactory with the specified properties.
 GUIDFactory create(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.util.PropertyResourceBundle prb)
          Method create
 GUIDFactory create(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.lang.String configFileName)
          Creates a GUIDFactory with the specified properties.
 GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.util.Properties props)
          Method createDefaultGUID
 GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.util.PropertyResourceBundle prb)
          Method createDefaultGUID
 GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a, java.lang.String GUIDtype, java.lang.String configFileName)
          Method createDefaultGUID
 

Method Detail

create

public GUIDFactory create(org.okiproject.serviceapi.common.Agent a,
                          java.lang.String GUIDtype,
                          java.util.Properties props)
                   throws java.lang.Exception
Creates a GUIDFactory with the specified properties.
Parameters:
a - Represents the Agent state for authn/authz purposes.
GUIDtype - Represents the guidType required.
props - The property hash.

create

public GUIDFactory create(org.okiproject.serviceapi.common.Agent a,
                          java.lang.String GUIDtype,
                          java.lang.String configFileName)
                   throws java.lang.Exception
Creates a GUIDFactory with the specified properties.
Parameters:
a - Represents the Agent state for authn/authz purposes.
GUIDtype - Represents the guidType required.
configFileName - The config file, whether XML, property file, or PropertyResourceBundle.

create

public GUIDFactory create(org.okiproject.serviceapi.common.Agent a,
                          java.lang.String GUIDtype,
                          java.util.PropertyResourceBundle prb)
                   throws java.lang.Exception
Method create
Parameters:
a -  
GUIDtype -  
prb -  
Returns:
 
Throws:
java.lang.Exception -  

createDefaultGUID

public GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a,
                              java.lang.String GUIDtype,
                              java.util.Properties props)
                       throws java.lang.Exception
Method createDefaultGUID
Parameters:
a -  
GUIDtype -  
props -  
Returns:
 
Throws:
java.lang.Exception -  

createDefaultGUID

public GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a,
                              java.lang.String GUIDtype,
                              java.util.PropertyResourceBundle prb)
                       throws java.lang.Exception
Method createDefaultGUID
Parameters:
a -  
GUIDtype -  
prb -  
Returns:
 
Throws:
java.lang.Exception -  

createDefaultGUID

public GUID createDefaultGUID(org.okiproject.serviceapi.common.Agent a,
                              java.lang.String GUIDtype,
                              java.lang.String configFileName)
                       throws java.lang.Exception
Method createDefaultGUID
Parameters:
a -  
GUIDtype -  
configFileName -  
Returns:
 
Throws:
java.lang.Exception -