org.iids.aos.webservices.wsdl.GloapPackage
Interface GloapPackage
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- VuGaiaAppsGdnGloapGloapPackageSoapBindingStub
public interface GloapPackage
- extends java.rmi.Remote
|
Method Summary |
java.lang.String[] |
allFiles()
|
void |
bind(java.lang.String in0,
java.lang.String in1)
|
void |
deleteFile_w(java.lang.String in0)
|
void |
endFileAddition_w(java.lang.String in0,
byte[] in1)
|
byte[] |
getFileContent(java.lang.String in0,
long in1,
long in2,
long in3)
|
long |
getFileSize(java.lang.String in0,
long in1)
|
GetFileTraceInfoResults |
getFileTraceInfo(java.lang.String in0,
long in1)
|
long |
getIncarnationID(java.lang.String in0)
|
void |
putFileContent_w(java.lang.String in0,
long in1,
byte[] in2)
|
void |
startFileAddition_w(java.lang.String in0,
long in1,
byte[] in2)
|
bind
void bind(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
startFileAddition_w
void startFileAddition_w(java.lang.String in0,
long in1,
byte[] in2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
putFileContent_w
void putFileContent_w(java.lang.String in0,
long in1,
byte[] in2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
endFileAddition_w
void endFileAddition_w(java.lang.String in0,
byte[] in1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFile_w
void deleteFile_w(java.lang.String in0)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getIncarnationID
long getIncarnationID(java.lang.String in0)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileTraceInfo
GetFileTraceInfoResults getFileTraceInfo(java.lang.String in0,
long in1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileContent
byte[] getFileContent(java.lang.String in0,
long in1,
long in2,
long in3)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileSize
long getFileSize(java.lang.String in0,
long in1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
allFiles
java.lang.String[] allFiles()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.