Interface SynapseArtifactUploaderAdmin
-
- All Known Implementing Classes:
SynapseArtifactUploaderAdminStub
public interface SynapseArtifactUploaderAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getArtifacts()
Auto generated method signatureboolean
removeArtifact(String fileName5)
Auto generated method signaturevoid
startgetArtifacts(SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startremoveArtifact(String fileName5, SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startuploadArtifact(String fileName9, DataHandler dataHandler10, SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
uploadArtifact(String fileName9, DataHandler dataHandler10)
Auto generated method signature
-
-
-
Method Detail
-
removeArtifact
boolean removeArtifact(String fileName5) throws RemoteException
Auto generated method signature- Parameters:
removeArtifact4
-- Throws:
RemoteException
-
startremoveArtifact
void startremoveArtifact(String fileName5, SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
removeArtifact4
-- Throws:
RemoteException
-
uploadArtifact
boolean uploadArtifact(String fileName9, DataHandler dataHandler10) throws RemoteException
Auto generated method signature- Parameters:
uploadArtifact8
-- Throws:
RemoteException
-
startuploadArtifact
void startuploadArtifact(String fileName9, DataHandler dataHandler10, SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
uploadArtifact8
-- Throws:
RemoteException
-
getArtifacts
String[] getArtifacts() throws RemoteException
Auto generated method signature- Throws:
RemoteException
-
startgetArtifacts
void startgetArtifacts(SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-