org.apache.ws.scout.registry
Class LifeCycleManagerTest.ConcreteLifeCycleManager

java.lang.Object
  extended by org.apache.ws.scout.registry.LifeCycleManagerImpl
      extended by org.apache.ws.scout.registry.LifeCycleManagerTest.ConcreteLifeCycleManager
All Implemented Interfaces:
javax.xml.registry.LifeCycleManager
Enclosing class:
LifeCycleManagerTest

protected class LifeCycleManagerTest.ConcreteLifeCycleManager
extends LifeCycleManagerImpl


Field Summary
 
Fields inherited from class org.apache.ws.scout.registry.LifeCycleManagerImpl
registry
 
Fields inherited from interface javax.xml.registry.LifeCycleManager
ASSOCIATION, AUDITABLE_EVENT, CLASSIFICATION, CLASSIFICATION_SCHEME, CONCEPT, EMAIL_ADDRESS, EXTERNAL_IDENTIFIER, EXTERNAL_LINK, EXTRINSIC_OBJECT, INTERNATIONAL_STRING, KEY, LOCALIZED_STRING, ORGANIZATION, PERSON_NAME, POSTAL_ADDRESS, REGISTRY_ENTRY, REGISTRY_PACKAGE, SERVICE, SERVICE_BINDING, SLOT, SPECIFICATION_LINK, TELEPHONE_NUMBER, USER, VERSIONABLE
 
Constructor Summary
LifeCycleManagerTest.ConcreteLifeCycleManager(javax.xml.registry.RegistryService rs)
           
 
Method Summary
 javax.xml.registry.BulkResponse deleteObjects(java.util.Collection keys, java.lang.String objectType)
           
 javax.xml.registry.BulkResponse saveObjects(java.util.Collection objects)
           
 
Methods inherited from class org.apache.ws.scout.registry.LifeCycleManagerImpl
createAssociation, createClassification, createClassification, createClassification, createClassificationScheme, createClassificationScheme, createClassificationScheme, createConcept, createConcept, createEmailAddress, createEmailAddress, createExternalIdentifier, createExternalIdentifier, createExternalLink, createExternalLink, createExtrinsicObject, createInternationalString, createInternationalString, createInternationalString, createKey, createLocalizedString, createLocalizedString, createObject, createOrganization, createOrganization, createPersonName, createPersonName, createPostalAddress, createRegistryPackage, createRegistryPackage, createService, createService, createServiceBinding, createSlot, createSlot, createSpecificationLink, createTelephoneNumber, createUser, deleteObjects, deprecateObjects, getRegistryService, unDeprecateObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleManagerTest.ConcreteLifeCycleManager

public LifeCycleManagerTest.ConcreteLifeCycleManager(javax.xml.registry.RegistryService rs)
Method Detail

saveObjects

public javax.xml.registry.BulkResponse saveObjects(java.util.Collection objects)
                                            throws javax.xml.registry.JAXRException
Specified by:
saveObjects in interface javax.xml.registry.LifeCycleManager
Specified by:
saveObjects in class LifeCycleManagerImpl
Throws:
javax.xml.registry.JAXRException

deleteObjects

public javax.xml.registry.BulkResponse deleteObjects(java.util.Collection keys,
                                                     java.lang.String objectType)
                                              throws javax.xml.registry.JAXRException
Specified by:
deleteObjects in interface javax.xml.registry.LifeCycleManager
Specified by:
deleteObjects in class LifeCycleManagerImpl
Throws:
javax.xml.registry.JAXRException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.