Push Service SDK APi reference

Hello

I'll try to find the api reference for the side push service sdk server. Can someone please give me a link.

Thank you

Found in the BPSS folder after you have installed the SDK of the Push Service. It is under pushsdk/javadoc

Tags: BlackBerry Developers

Similar Questions

  • SDK - ID of the app blackBerry Push service

    I'm following the steps in the guide BlackBerry push Service SDK available here:

    http://docs.BlackBerry.com/en/developers/deliverables/14465/BlackBerry_Push_Service_SDK-Getting_Star...

    I am currently on page 20 in the section "configure applications server manually." It asks me to change the value ${sampleapp.appid} in the properties file.

    As I'm just going through the guide as a reference, what value should I enter here?

    Figured it out myself!

    There is a link on the page for the software of the Blackberry Push Service SDK down: http://us.blackberry.com/developers/platform/pushapi.jsp

    This is the link that says: sign up to evaluate the Service of Push BlackBerry

  • Press Service SDK Java low-level SE HowTo summary / suspend devices?

    Thanks mdicesare messages in another forum PushServices Forum thread, it was easy for me to do the work of push service SDK:

    using low level API

    Java SE without Springsource support

    I can

    * push to devices

    * request for status etc.

    at the moment I am waiting for RIM add my url of notification of base develop all kinds of provision of Service Plus

    3 things are open:

    * sending subscription CV and SUSPENDS and subscriptions of the query

    is this possible with low level API (common + pap components)?

    BTW:

    I develop a Solution Open Source (Eclipse Public License EPL)

    to provide a dynamic server easy to use to push Services and TCP Socket connections

    based on OSGI (Eclipse Equinox)

    will post the info on blah forums if its not working fully

    Then, you must only Eclipse and MySQL to run - no Springsource more or less

    The Push server admin UI will be possible through smart BlackBerry or Vaadin phones like interface user Web or anything Eclipse Eclipse RCP and RAP

    OK - solved questions

    If you know how to do - it is easy ;-)

    httpResponse = client.transmitGET(
                        pushProperties.getSubscriptionResumeUrl()+"",
        "", // no contentType needed
        PUSH_APP_ID, //username your secret app-id
        PUSH_APP_PW, // password
        null); // no headers needed
    
    ...
    // same to suspend
    pushProperties.getSubscriptionSuspendUrl()
    ...
    // and to deregister
    pushProperties.getSubscriptionDeregistrationUrl()
    ...
    // some useful response returncodes:
    // rc-200 successfull
    // rc-10007 PIN not found
    // rc-10012 PIN already suspended
    

    now waiting for my url in notification of basic fixed by RIM - then I'm ready using low level of Java SE PushServiceSDK

  • vSphere sdk api to get the total memory available for booking of virtual machine

    What vsphere sdk api should I use to get the total memory available to make reservations for virtual machines?

    Here's what I see in the VI client,

    Click on hos-> Configuration:

    Memory

    Physics

    Total xx

    System xx

    VMS 3512,0 MB

    Service xx console

    Now, when I click on the resource allocation tab I see

    3348 MB memory reservation

    Memorey reservation used: 0 MB

    Unreserved memory: 3348 MB

    The question is what value is correct and which are programming API to get all these values (even if it is wrong)?

    If you are familiar with the vSphere API, the easiest way is to browse through the documentation of API reference: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/index.html and/or using the CROWD (object browser), once you explore a bit, you will begin to understand where some properties of what you see on the vSphere Client

    For the configuration of host memory, take a look at: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.host.MemoryManagerSystem.ServiceConsoleReservationInfo.html

    To the memory of VM host accessible to the general public, take a look at: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.ResourceAllocationInfo.html

    To get information "Resource allocation", you must get a reference to the list of local resources for your host: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.ResourcePool.ResourceUsage.html#reservationUsedForVm

    Even if you do not have a "Resource Pool", there is a defect which still exists. This should get your started

    If you use the VI of Java, you can take a look at the VI Java Browser: http://www.doublecloud.org/2010/02/22/vijava-browser-a-great-tool-to-recommend/

    You must also follow Steve Jin blog (author/creator of connections of vSphere Java open source VI)

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • The use and the importance of pushing blackBerry SDK

    Hello

    As far as the Service of Blackberry Push has been revealed, I studied the documentation about this feature and fell on several issues:

    1 BB Push SDK. Is it correct to say that the main purpose of this framework is to help you efficiently create game server side of your app to push. There are certain requirements to the development environment as described in the docs (container servlet, RDBMS, java). But what happens if I run a .net Server, for example? Or other than those of java technology. Does that mean that I could not be able to use the SDK?

    2 the party push SDK is required to write the push application? Or I can write and manage https post request from PPG (BlackBerry Infrastructure) on mine?

    Could someone tell me please those moments!

    Thanks in advance.

    Of Push BlackBerry SDK is provided as a way to help a developer to create the game apply to push server-side.  If you use the SDK to push, the application server-side will have to be created in Java.

    However, you can create the server of a request to push in any language you like if you're using another IDE side.

  • Push Service on Android Runtime?

    Hi, I thought the SDK went gold and push service listed on there. I would like to ask a few question here:

    1 develops the supported push on android runtime service now?  But I find no example for her...

    2. can I test in the BB Dev Alpha device?

    is there any help here? Thank you...

    Hello

    Yes, PUSH is supported by the Android Runtime. In fact, it has been argued since the Beta 4

    Details can be found here: http://developer.blackberry.com/android/apisupport/creating_push-enabled_android_apps.html

    See you soon,.

  • The implementation of RunProgramInGuest of VIX using the vSphere Web Services SDK?

    Hello

    A few months ago I developed a python API for VIX, but as I needed to extend the functionality of this API (performance monitoring, host management, etc.) I moved the vSphere Web Services SDK.

    However, I did find a way to implement some comments VIX as LoginInGuest or RunProgramInGuest functions using only the Web Services SDK.

    Is there a way to do this? I thought that each function VIX has been translated internally to a soap request, but now I think that is not the case for these functions of comments, if so, how VIX inwardly does them?

    Thanks for your help!

    Sebastian Tello

    Currently, if you must implement specific comments operations running a specific script/application or by connecting to a guest, you must use the VIX API. This feature is not currently exposed in the vSphere API, you will need to use a combination of both, until VMware them integrates in the vSphere API core. For more details on the future of VIX, take a look at this blog post - http://www.virtuallyghetto.com/2010/11/what-is-vmware-vix-api-and-its-future.html

  • Which server to connect to with Web Services SDK?

    Is there a way to know which server to connect to when using Web Services SDK?  It must be the ESX Server virtual machine is on, I guess.  But a customer pretends that we are connect to its server vCenter Server, which I do not think that was possible. I tried to call one of the SDK sample and connect to my vCenter server, but it didn't connect. I had to connect to my server ESX or vSphere.

    We use them vSphere 4.0

    The only api vSphere is available on (i) ESX and vCenter, some things will be available on one or the other, for example, cloning is a feature of vCenter and there will be APIs that is available only when connecting to vCenter. Depending on what you're trying to run, you can be able to obtain the information by using two systems, such as the search for a virtual machine. If you manage only a single host, it is pretty trivial, but if you manage more than 20 + guests and you have vCenter, then you probably want to use vCenter.

    I don't think you understand clearly the operation of the vSphere API and what is worrying, it is that you meet your customers to run a script unknown in which they or you understand. I think that I have answered some of your questions in the past, to reiterate that if you are new to the VMware/SDK API, I would recommend that you completely cross the following document - Getting Started with vSphere SDK - Update for SDK 4.1 release

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    Hello world! I'm new to "VMware vSphere API", and I have a question to ask you to help:

    What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    -What are the different programming language? Is there another difference?

    I'm looking forward to your reply.

    Thank you!

    If you are new on the VMware API/SDK, highly recommend you take a look at the following: Getting Started with vSphere SDK - Update for SDK 4.1 release

    vSphere SDK for Perl is just one of the many client SDK for vSphere API that is flush with vcenter times and ESX (i) as a standard Web service.

    vSphere SDK for Java - SDK Java to vSphere API for Java developers

    vSphere SDK for Perl - Perl SDK for vSphere API for Perl developers

    vSphere SDK for c# - c# SDK for vSphere API for c# developers

    PowerCLI - PowerShell SDK for vSphere API for developers of Powershell

    I hope that makes a bit more sense

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Specific VirtualMachine counters through the Web Services SDK

    Hello

    I'm developing a monitorapp in c# with the web services SDK.

    I am able to get a list of all the performance with the PerformanceManager counters.

    ObjectContent [oCont] is getPropertyContent ("PerformanceManager", "perfCounter", _serviceContent.perfManager);.

    I ask this directly to an ESX 4.

    The answer I'll be of return contains all of the available counters, but there is no division between the host and the virtual-counter Machine.

    For example, cpu.utilization is available for the host and not a VM.

    Is it possible to know somehow what counters are specific to vm?

    I am able to get object references managed virtual machines if that's any help...

    Thanks in advance!

    Glenn

    Hi Glenn,.

    The property "perfCounter" PerformanceManager fetch all of the counters that are available in the host or vCenter. It provides no mechanism to filter counters. In order to obtain the available counters specific to a managed entity (VM, host, etc.) you must use the QueryAvailablePerfMetric method. Calling this method against MOR of the virtual machine, you will get all the ID counter for this virtual machine.

    http://www.VMware.com/support/developer/VC-SDK/visdk41pubs/ApiReference/Vim.PerformanceManager.html#queryAvailableMetric

    I hope this helps!

    Neha

  • What SDK / API is more suitable to interact with a web server virtual machines?

    Hi all!

    I am a beginner with virtualization / VMWare and currently have an ESX Server I can get with vSphere. I am trying to perform a certain task and just noticed the different API and SDK Kits available for users of VMWare but do not know which is best for what I'm trying to do.

    Here's what I want to do: for demoing purposes, I would like to automate the creation and management of virtual machines in such a way so that these tasks are linked to a web application. In other words, I want to run a simple web application (ideally with a PHP backend) which allows visitors to create accounts that correspond to the virtual machines. Connect to one account, I would like to start their corresponding VM and hand them a connection. And when they connect, I would like to disable this VM.

    It seems to me that the vSphere Web Services SDK might be the most appropriate resource to manage that kind of thing. Is this fair?

    And - I know that it is not relevant to virtualization, but bear with me if you know the answer - how do I get Java or c#, the language supported by the SDK, to interact with the backend PHP web app? Or would I be better off just working with .NET so that I can use c# from the beginning, or even with Java in the same way?

    Thank you for any recommendations!

    OK, I was playing with it.  I think the example is a very old constructions of SOAP has changed, or modified nusoap.

    I got it to work, but you have to build your soapval a little differently.  This could become tedious if you keep working with it (you'll have to learn that SOAP built).  You can just use Perl based on your project (I've been messing around with Mason/Perl and the SDK).

    The virtual execution code don't mess with expectation that vim25.  For example, does not have the constructor of soapval type = "ServiceInstance"but he defines simply as xsi:string (which is good IMO).  You will have to develop the construction of soap message, which I think you might find get a bit tedious when you start dealing with complex queries later if you project requires it.  You almost create a wsdl-> wrapper of php class for your objects in SOAP or dig in the soap envelope body.

    In any case, this can help you get started...

    
    
    getError();
            if($err) {
                    echo $err . '
    '; } $namespace = "urn:vim25"; unset($soapmsg); $soapmsg[this] = new soapval('_this', false, 'ServiceInstance', false, false, array("type" => "ServiceInstance") ); print(htmlspecialchars($soapmsg[this]->serialize()) . "
    "); $result = $myconnection->call("RetrieveServiceContent", $soapmsg, $namespace); $err = $myconnection->getError(); if($err) { echo $err . '
    '; print_r($result); } else { echo "No Error
    "; print_r($result); echo "

    "; } unset($soapmsg); $soapmsg[this] = new soapval('_this', false, $result[sessionManager], false, false, array("type" => "SessionManager") ); $soapmsg[userName] = "root"; $soapmsg[password] = "VMware1"; print(htmlspecialchars($soapmsg[this]->serialize()) . "
    "); $result = $myconnection->call("Login", $soapmsg, $namespace); $err = $myconnection->getError(); if($err) { echo $err . '
    '; print_r($result); } else { echo "No Error
    "; print_r($result); } ?>

    My outings are not pretty, but you can see his recording with success:

    <_this xsi:type="xsd:string" type="ServiceInstance">ServiceInstance
    No Error
    Array ( [rootFolder] => ha-folder-root [propertyCollector] => ha-property-collector [viewManager] => ViewManager [about] => Array ( [name] => VMware ESX Server [fullName] => VMware ESX Server 3.5.0 build-153875 [vendor] => VMware, Inc. [version] => 3.5.0 [build] => 153875 [localeVersion] => INTL [localeBuild] => 000 [osType] => vmnix-x86 [productLineId] => esx [apiType] => HostAgent [apiVersion] => 2.5u2 ) [setting] => HostAgentSettings [userDirectory] => ha-user-directory [sessionManager] => ha-sessionmgr [authorizationManager] => ha-authmgr [perfManager] => ha-perfmgr [eventManager] => ha-eventmgr [taskManager] => ha-taskmgr [accountManager] => ha-localacctmgr [diagnosticManager] => ha-diagnosticmgr [licenseManager] => ha-license-manager [searchIndex] => ha-searchindex [fileManager] => ha-nfc-file-manager [virtualDiskManager] => ha-vdiskmanager ) 
    
    <_this xsi:type="xsd:string" type="SessionManager">ha-sessionmgr
    No Error
    Array ( [key] => 52494642-84e1-33d1-92f3-95c044257a44 [userName] => root [fullName] => root [loginTime] => 2009-07-14T15:37:21.820431-07:00 [lastActiveTime] => 2009-07-14T15:37:21.820431-07:00 [locale] => en [messageLocale] => en )
    
  • "Acrobat and PDF Library API Reference" also available in pdf format?

    Hello

    I would like to know if there is a pdf "Acrobat and PDF Library API Reference" guide and pdf tutorials. I just found a reference HTML

    (http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/API_References/Acrobat_API_R standard/index.html)

    Thanks in advance

    Hello

    It will be updated to 8.1 SDK there will be some changes.

    Concerning

    Malcolm

  • EVAL push service vs bbidtoken

    Hi all

    I am quite new to BB development, so forgive me if the answer to my question is obviuos.

    We are developing an android app with push services. This application is driven on BB 10 tool BB APK package. I signed up for the test push BB app and eval service works fine if I sign a developer certificate, I created with my bbidtoken.

    Is it possible to use this application with one another push eval service (registered by the customer of this app) still sign with my certificate (based on my bbidtoken), or do I have to change the certificate also in this case? EVAL push BB service is connected to the account of BB, bbidtoken?

    Thanks in advance!

    István

    This also applies to the production server, the account to push and BlackBerry ID token must match.

    At the same time, they did, push the permissions have been added to accounts BlackBerry ID of those who have received an account grow.  But now all accounts access by default.

  • Join the BlackBerry Push Service

    I am trying to integrate pushwoosh blackberrry webworks.

    He said I have to register an appid (https://www.blackberry.com/profile/?eventId=8121).

    could I get more information on the tax or the use of the push service pricing?

    is there a difference for testing and deployment?

    Thank you.

    Hello

    When you register to use the Services of the BlackBerry Push you receive an application ID that can be used to test:

    https://developer.BlackBerry.com/services/push

    There are free and available today from paid services, paid services will vary according to the number of relapses, you must complete. For more information on the paid levels please first try push Services, if the paid layer is required, then you can ask your account to upgrade and work with a team representative of the Push Services on the details on prices.

  • [Push service]

    Dear friends,

    Can I save a Push Service and this information (see attached image)

    Please help me.

    Thank you very much.

    Dennis Ritchie.

    Dear Matt,

    Thank you very much. I've had I need information.

    Dennis.

Maybe you are looking for