Uses of Class
org.figure8.join.services.remoting.InvalidSessionException

Packages that use InvalidSessionException
org.figure8.join.services.remoting   
org.figure8.join.services.remoting.services   
org.figure8.join.services.remoting.xmlrpc   
 

Uses of InvalidSessionException in org.figure8.join.services.remoting
 

Methods in org.figure8.join.services.remoting that throw InvalidSessionException
 void ArtifactService.bindComponent(java.lang.String token, RemoteComponent component, java.lang.String assemblyKey)
          Bind a component to a given assembly.
 void ReportingService.createMessage(java.lang.String token, RemoteMessage message)
          Create an informational message within Join system.
 void ResourceService.createResourceVersion(java.lang.String token, RemoteResourceVersion version)
          Create a new resource version for a specified type.
 RemoteStatus ProcessControlService.getAssemblyStatus(java.lang.String token, java.lang.String key)
          Retrieve the status of a specified Assembly.
 RemoteStatus ProcessControlService.getBuildStatus(java.lang.String token, java.lang.String key)
          Retrieve the status of a specified Build.
 RemoteJMSConsumerBeanInfo MessagingService.getConsumerBeanInfo(java.lang.String token, java.lang.String name)
          Retrieve the info object having the specified name (or null if none).
 RemoteJMSConsumerBeanInfo[] MessagingService.getConsumerBeanInfos(java.lang.String token)
          Retrieve the info object corresponding to available JMSConsumerBeans.
 RemoteDeliverableType[] ArtifactService.getDeliverableTypes(java.lang.String token)
          Retrieve all the deliverable categories (or types) managed within the project.
 RemoteDeliverableType[] ArtifactService.getDeliverableTypesForDelivery(java.lang.String token)
          Get the deliverable categories where authenticated user can supply deliverables for.
 RemoteParameter[] ParameterService.getDeploymentParameters(java.lang.String token, java.lang.String environmentKey, java.lang.String targetName)
          Retrieve all the deployment parameters corresponding to specified deployment target and environments.
 RemoteStatus ProcessControlService.getDeploymentStatus(java.lang.String token, long deploymentId)
          Retrieve the status of a specified Deployment.
 RemoteQuartzCronInfo[] CronService.getQuartzCronInfo(java.lang.String token)
          Retrieve the list of all existing cron on server-side
 RemoteQuartzCronInfo CronService.getQuartzCronInfo(java.lang.String token, java.lang.String name)
          Retrieve information onto a specified cron
 RemoteRelease[] ArtifactService.getReleases(java.lang.String token)
          Retrieve all the releases managed within the project.
 void MessagingService.removeConsumerBeanInfo(java.lang.String token, java.lang.String name)
          Remove a JMSConsumerBean infos from datastore.
 void CronService.removeCron(java.lang.String token, RemoteQuartzCronInfo cron)
          Remove an existing cron from cron table
 void MessagingService.saveConsumerBeanInfo(java.lang.String token, RemoteJMSConsumerBeanInfo info)
          Save a JMSConsumerBean infos within datastore.
 void CronService.saveCron(java.lang.String token, RemoteQuartzCronInfo cron)
          Save a new cron on server-side.
 void ProcessControlService.setAssemblyStatus(java.lang.String token, java.lang.String statusKey, java.lang.String assemblyKey)
          Set the specified status to a specified Assembly.
 void ProcessControlService.setBuildStatus(java.lang.String token, java.lang.String statusKey, java.lang.String buildKey)
          Set the specified status to a specified Build.
 void ProcessControlService.setDeploymentStatus(java.lang.String token, java.lang.String statusKey, long deploymentId)
          Set the specified status to a specified Deployment.
 void ArtifactService.supplyDeliverable(java.lang.String token, RemoteDeliverable deliverable, java.io.File content)
          Supply a new deliverable using the remote wrapper.
 void ResourceService.updateResource(java.lang.String token, java.lang.String resourceName, java.lang.String versionName)
          Update an existing resource with an existing reosurce version.
 

Uses of InvalidSessionException in org.figure8.join.services.remoting.services
 

Methods in org.figure8.join.services.remoting.services that throw InvalidSessionException
 void ArtifactServiceImpl.bindComponent(java.lang.String token, RemoteComponent component, java.lang.String assemblyKey)
          Bind a component to a given assembly.
 void ReportingServiceImpl.createMessage(java.lang.String token, RemoteMessage message)
          Create an informational message within Join system.
 void ResourceServiceImpl.createResourceVersion(java.lang.String token, RemoteResourceVersion version)
          Create a new resource version for a specified type.
 RemoteStatus ProcessControlServiceImpl.getAssemblyStatus(java.lang.String token, java.lang.String key)
          Retrieve the status of a specified Assembly.
protected  UserView AbstractAuthenticatedService.getAuthenticatedUser(java.lang.String token)
          Retrieve authenticated user from a security token.
 RemoteStatus ProcessControlServiceImpl.getBuildStatus(java.lang.String token, java.lang.String key)
          Retrieve the status of a specified Build.
 RemoteJMSConsumerBeanInfo MessagingServiceImpl.getConsumerBeanInfo(java.lang.String token, java.lang.String name)
          Retrieve the info object having the specified name (or null if none).
 RemoteJMSConsumerBeanInfo[] MessagingServiceImpl.getConsumerBeanInfos(java.lang.String token)
          Retrieve the info object corresponding to available JMSConsumerBeans.
 RemoteDeliverableType[] ArtifactServiceImpl.getDeliverableTypes(java.lang.String token)
          Retrieve all the deliverable categories (or types) managed within the project.
 RemoteDeliverableType[] ArtifactServiceImpl.getDeliverableTypesForDelivery(java.lang.String token)
          Get the deliverable categories where authenticated user can supply deliverables for.
 RemoteParameter[] ParameterServiceImpl.getDeploymentParameters(java.lang.String token, java.lang.String environmentKey, java.lang.String targetName)
          Retrieve all the deployment parameters corresponding to specified deployment target and environments.
 RemoteStatus ProcessControlServiceImpl.getDeploymentStatus(java.lang.String token, long deploymentId)
          Retrieve the status of a specified Deployment.
 RemoteQuartzCronInfo[] CronServiceImpl.getQuartzCronInfo(java.lang.String token)
          Retrieve the list of all existing cron on server-side
 RemoteQuartzCronInfo CronServiceImpl.getQuartzCronInfo(java.lang.String token, java.lang.String name)
          Retrieve information onto a specified cron
 RemoteRelease[] ArtifactServiceImpl.getReleases(java.lang.String token)
          Retrieve all the releases managed within the project.
 void MessagingServiceImpl.removeConsumerBeanInfo(java.lang.String token, java.lang.String name)
          Remove a JMSConsumerBean infos from datastore.
 void CronServiceImpl.removeCron(java.lang.String token, RemoteQuartzCronInfo remoteCron)
          Remove an existing cron from cron table
 void MessagingServiceImpl.saveConsumerBeanInfo(java.lang.String token, RemoteJMSConsumerBeanInfo info)
          Save a JMSConsumerBean infos within datastore.
 void CronServiceImpl.saveCron(java.lang.String token, RemoteQuartzCronInfo remoteCron)
          Save a new cron on server-side.
 void ProcessControlServiceImpl.setAssemblyStatus(java.lang.String token, java.lang.String statusKey, java.lang.String assemblyKey)
          Set the specified status to a specified Assembly.
 void ProcessControlServiceImpl.setBuildStatus(java.lang.String token, java.lang.String statusKey, java.lang.String buildKey)
          Set the specified status to a specified Build.
 void ProcessControlServiceImpl.setDeploymentStatus(java.lang.String token, java.lang.String statusKey, long deploymentId)
          Set the specified status to a specified Deployment.
 void ArtifactServiceImpl.supplyDeliverable(java.lang.String token, RemoteDeliverable deliverable, java.io.File content)
          Supply a new deliverable using the remote wrapper.
 void ResourceServiceImpl.updateResource(java.lang.String token, java.lang.String resourceName, java.lang.String versionName)
          Update an existing resource with an existing reosurce version.
 

Uses of InvalidSessionException in org.figure8.join.services.remoting.xmlrpc
 

Methods in org.figure8.join.services.remoting.xmlrpc that throw InvalidSessionException
 boolean XmlRpcHandler.bindComponent(java.lang.String token, java.lang.String typeKey, java.lang.String versionInfo, long size, java.lang.String assemblyKey)
          Bind a component to a given assembly.
 boolean DefaultXmlRpcHandler.bindComponent(java.lang.String token, java.lang.String typeKey, java.lang.String versionInfo, long size, java.lang.String assemblyKey)
          Bind a component to a given assembly.
 boolean XmlRpcHandler.createResourceVersion(java.lang.String token, java.lang.String versionName, java.lang.String versionDescription, java.lang.String resourceTypeKey)
          Create a new resource version for a specified resource type.
 boolean DefaultXmlRpcHandler.createResourceVersion(java.lang.String token, java.lang.String versionName, java.lang.String versionDescription, java.lang.String resourceTypeKey)
          Create a new resource version for a specified resource type.
 java.util.List XmlRpcHandler.getDeliverableTypes(java.lang.String token)
          Retrieve all the deliverable categories (or types) managed within the project.
 java.util.List DefaultXmlRpcHandler.getDeliverableTypes(java.lang.String token)
          Retrieve all the deliverable categories (or types) managed within the project.
 java.util.List XmlRpcHandler.getDeliverableTypesForDelivery(java.lang.String token)
          Get the deliverable categories where authenticated user can supply deliverables for.
 java.util.List DefaultXmlRpcHandler.getDeliverableTypesForDelivery(java.lang.String token)
          Get the deliverable categories where authenticated user can supply deliverables for.
 java.util.List XmlRpcHandler.getReleases(java.lang.String token)
          Retrieve all the releases managed within the project.
 java.util.List DefaultXmlRpcHandler.getReleases(java.lang.String token)
          Retrieve all the releases managed within the project.
 boolean XmlRpcHandler.setAssemblyStatus(java.lang.String token, java.lang.String statusKey, java.lang.String assemblyKey)
          Set the specified status to a specified Assembly.
 boolean DefaultXmlRpcHandler.setAssemblyStatus(java.lang.String token, java.lang.String statusKey, java.lang.String assemblyKey)
          Set the specified status to a specified Assembly.
 boolean XmlRpcHandler.setBuildStatus(java.lang.String token, java.lang.String statusKey, java.lang.String buildKey)
          Set the specified status to a specified Build.
 boolean DefaultXmlRpcHandler.setBuildStatus(java.lang.String token, java.lang.String statusKey, java.lang.String buildKey)
          Set the specified status to a specified Build.
 boolean XmlRpcHandler.setDeploymentStatus(java.lang.String token, java.lang.String statusKey, java.lang.String deploymentId)
          Set the specified status to a specified Deployment.
 boolean DefaultXmlRpcHandler.setDeploymentStatus(java.lang.String token, java.lang.String statusKey, java.lang.String deploymentId)
          Set the specified status to a specified Deployment.
 boolean XmlRpcHandler.supplyDeliverable(java.lang.String token, java.lang.String releaseName, java.lang.String typeKey, java.lang.String versionInfo, java.lang.String comments, byte[] content)
          Supply a new deliverable using the remote wrapper.
 boolean DefaultXmlRpcHandler.supplyDeliverable(java.lang.String token, java.lang.String releaseName, java.lang.String typeKey, java.lang.String versionInfo, java.lang.String comments, byte[] content)
          Supply a new deliverable using the remote wrapper.
 boolean XmlRpcHandler.updateResource(java.lang.String token, java.lang.String resourceName, java.lang.String versionName)
          Update an existing resource with an existing reosurce version.
 boolean DefaultXmlRpcHandler.updateResource(java.lang.String token, java.lang.String resourceName, java.lang.String versionName)
          Update an existing resource with an existing reosurce version.
 



Copyright © 2005-2008 Join. All Rights Reserved.