public class IProfileTaskStub extends org.apache.axis.client.Stub implements IProfileTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IProfileTaskStub() |
IProfileTaskStub(javax.xml.rpc.Service service) |
IProfileTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(LauncherProfileTO dto) |
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
MessageTO[] |
checkForMultipleProfiles(java.lang.String profileName,
java.lang.String keyID) |
java.lang.String |
cloneProfile(java.lang.String existingName,
java.lang.String newName) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteProfile(java.lang.String keyID) |
java.lang.String[] |
findExpectedRoles(java.lang.String profileKeyID) |
LauncherProfileTO[] |
getAllProfiles() |
PackageTO[] |
getAllServerPackages() |
PackageTO |
getLatestServerPackage(java.lang.String name) |
HttpListenerTO[] |
getListeners(java.lang.String profileKeyID) |
LauncherProfileTO |
getProfile(java.lang.String profileName) |
LauncherProfileTO |
getProfileByID(java.lang.String keyID) |
PackageTO |
getServerPackage(java.lang.String id,
java.lang.String name) |
boolean |
isProfileOutdated(java.lang.String profileName,
java.lang.String propertiesHash) |
void |
removeListeners(java.lang.String[] keyIDs) |
MessageTO |
retrieveValidationErrorMsg(java.lang.String profileKeyID) |
void |
updateProfile(LauncherProfileTO dto) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IProfileTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IProfileTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IProfileTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic PackageTO getLatestServerPackage(java.lang.String name) throws java.rmi.RemoteException
getLatestServerPackage in interface IProfileTaskjava.rmi.RemoteExceptionpublic boolean isProfileOutdated(java.lang.String profileName,
java.lang.String propertiesHash)
throws java.rmi.RemoteException
isProfileOutdated in interface IProfileTaskjava.rmi.RemoteExceptionpublic PackageTO[] getAllServerPackages() throws java.rmi.RemoteException
getAllServerPackages in interface IProfileTaskjava.rmi.RemoteExceptionpublic java.lang.String[] findExpectedRoles(java.lang.String profileKeyID)
throws java.rmi.RemoteException
findExpectedRoles in interface IProfileTaskjava.rmi.RemoteExceptionpublic MessageTO[] checkForMultipleProfiles(java.lang.String profileName, java.lang.String keyID) throws java.rmi.RemoteException
checkForMultipleProfiles in interface IProfileTaskjava.rmi.RemoteExceptionpublic MessageTO retrieveValidationErrorMsg(java.lang.String profileKeyID) throws java.rmi.RemoteException
retrieveValidationErrorMsg in interface IProfileTaskjava.rmi.RemoteExceptionpublic void deleteProfile(java.lang.String keyID)
throws java.rmi.RemoteException
deleteProfile in interface IProfileTaskjava.rmi.RemoteExceptionpublic void addProfile(LauncherProfileTO dto) throws java.rmi.RemoteException
addProfile in interface IProfileTaskjava.rmi.RemoteExceptionpublic java.lang.String cloneProfile(java.lang.String existingName,
java.lang.String newName)
throws java.rmi.RemoteException
cloneProfile in interface IProfileTaskjava.rmi.RemoteExceptionpublic void removeListeners(java.lang.String[] keyIDs)
throws java.rmi.RemoteException
removeListeners in interface IProfileTaskjava.rmi.RemoteExceptionpublic LauncherProfileTO getProfileByID(java.lang.String keyID) throws java.rmi.RemoteException
getProfileByID in interface IProfileTaskjava.rmi.RemoteExceptionpublic HttpListenerTO[] getListeners(java.lang.String profileKeyID) throws java.rmi.RemoteException
getListeners in interface IProfileTaskjava.rmi.RemoteExceptionpublic void updateProfile(LauncherProfileTO dto) throws java.rmi.RemoteException
updateProfile in interface IProfileTaskjava.rmi.RemoteExceptionpublic PackageTO getServerPackage(java.lang.String id, java.lang.String name) throws java.rmi.RemoteException
getServerPackage in interface IProfileTaskjava.rmi.RemoteExceptionpublic LauncherProfileTO getProfile(java.lang.String profileName) throws java.rmi.RemoteException
getProfile in interface IProfileTaskjava.rmi.RemoteExceptionpublic LauncherProfileTO[] getAllProfiles() throws java.rmi.RemoteException
getAllProfiles in interface IProfileTaskjava.rmi.RemoteException