org.alfresco.repo.service
Class StoreRedirectorProxyFactoryTest.Component

java.lang.Object
  extended by org.alfresco.repo.service.StoreRedirectorProxyFactoryTest.Component
All Implemented Interfaces:
StoreRedirectorProxyFactoryTest.TestServiceInterface
Direct Known Subclasses:
StoreRedirectorProxyFactoryTest.Type1Component, StoreRedirectorProxyFactoryTest.Type2Component, StoreRedirectorProxyFactoryTest.Type3Component
Enclosing class:
StoreRedirectorProxyFactoryTest

public abstract static class StoreRedirectorProxyFactoryTest.Component
extends java.lang.Object
implements StoreRedirectorProxyFactoryTest.TestServiceInterface


Method Summary
 java.lang.String defaultBinding(java.lang.String arg)
           
 java.lang.String mixedStoreNodeRef(StoreRef ref1, NodeRef ref2)
           
 java.lang.String multiNodeRef(NodeRef ref1, NodeRef ref2)
           
 java.lang.String multiStoreRef(StoreRef ref1, StoreRef ref2)
           
 java.lang.String noArgs()
           
 java.lang.String nodeRef(NodeRef ref1)
           
 java.lang.String storeRef(StoreRef ref1)
           
 void throwException(NodeRef ref1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

noArgs

public java.lang.String noArgs()
Specified by:
noArgs in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

defaultBinding

public java.lang.String defaultBinding(java.lang.String arg)
Specified by:
defaultBinding in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

nodeRef

public java.lang.String nodeRef(NodeRef ref1)
Specified by:
nodeRef in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

storeRef

public java.lang.String storeRef(StoreRef ref1)
Specified by:
storeRef in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

multiNodeRef

public java.lang.String multiNodeRef(NodeRef ref1,
                                     NodeRef ref2)
Specified by:
multiNodeRef in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

multiStoreRef

public java.lang.String multiStoreRef(StoreRef ref1,
                                      StoreRef ref2)
Specified by:
multiStoreRef in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

mixedStoreNodeRef

public java.lang.String mixedStoreNodeRef(StoreRef ref1,
                                          NodeRef ref2)
Specified by:
mixedStoreNodeRef in interface StoreRedirectorProxyFactoryTest.TestServiceInterface

throwException

public void throwException(NodeRef ref1)
Specified by:
throwException in interface StoreRedirectorProxyFactoryTest.TestServiceInterface


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.