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.AxisFault
public IProfileTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IProfileTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private 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.RemoteException
public PackageTO getLatestServerPackage(java.lang.String name) throws java.rmi.RemoteException
getLatestServerPackage
in interface IProfileTask
java.rmi.RemoteException
public boolean isProfileOutdated(java.lang.String profileName, java.lang.String propertiesHash) throws java.rmi.RemoteException
isProfileOutdated
in interface IProfileTask
java.rmi.RemoteException
public PackageTO[] getAllServerPackages() throws java.rmi.RemoteException
getAllServerPackages
in interface IProfileTask
java.rmi.RemoteException
public java.lang.String[] findExpectedRoles(java.lang.String profileKeyID) throws java.rmi.RemoteException
findExpectedRoles
in interface IProfileTask
java.rmi.RemoteException
public MessageTO[] checkForMultipleProfiles(java.lang.String profileName, java.lang.String keyID) throws java.rmi.RemoteException
checkForMultipleProfiles
in interface IProfileTask
java.rmi.RemoteException
public MessageTO retrieveValidationErrorMsg(java.lang.String profileKeyID) throws java.rmi.RemoteException
retrieveValidationErrorMsg
in interface IProfileTask
java.rmi.RemoteException
public void deleteProfile(java.lang.String keyID) throws java.rmi.RemoteException
deleteProfile
in interface IProfileTask
java.rmi.RemoteException
public void addProfile(LauncherProfileTO dto) throws java.rmi.RemoteException
addProfile
in interface IProfileTask
java.rmi.RemoteException
public java.lang.String cloneProfile(java.lang.String existingName, java.lang.String newName) throws java.rmi.RemoteException
cloneProfile
in interface IProfileTask
java.rmi.RemoteException
public void removeListeners(java.lang.String[] keyIDs) throws java.rmi.RemoteException
removeListeners
in interface IProfileTask
java.rmi.RemoteException
public LauncherProfileTO getProfileByID(java.lang.String keyID) throws java.rmi.RemoteException
getProfileByID
in interface IProfileTask
java.rmi.RemoteException
public HttpListenerTO[] getListeners(java.lang.String profileKeyID) throws java.rmi.RemoteException
getListeners
in interface IProfileTask
java.rmi.RemoteException
public void updateProfile(LauncherProfileTO dto) throws java.rmi.RemoteException
updateProfile
in interface IProfileTask
java.rmi.RemoteException
public PackageTO getServerPackage(java.lang.String id, java.lang.String name) throws java.rmi.RemoteException
getServerPackage
in interface IProfileTask
java.rmi.RemoteException
public LauncherProfileTO getProfile(java.lang.String profileName) throws java.rmi.RemoteException
getProfile
in interface IProfileTask
java.rmi.RemoteException
public LauncherProfileTO[] getAllProfiles() throws java.rmi.RemoteException
getAllProfiles
in interface IProfileTask
java.rmi.RemoteException