Oracle Java Wireless Client

Uses of Interface
com.sun.ams.SuiteInfo

Uses of SuiteInfo in com.sun.ams
 

Subinterfaces of SuiteInfo in com.sun.ams
 interface AppSuite
          Application suite descriptor.
 interface LibSuite
          Dynamic Component descriptor
 

Methods in com.sun.ams that return SuiteInfo
 SuiteInfo[] SuiteStoreManager.getLinkSuites()
          Request a list of added links.
 SuiteInfo TaskInfo.getSuiteInfo()
          Returns suite information this task executed from.
 SuiteInfo SuiteStoreManager.getSuiteInfo(java.lang.String vendor, java.lang.String name)
          Returns descriptor of installed suite.
 SuiteInfo[] SuiteStoreManager.getSuites(int types)
          Request a list of installed suites of specified types.
 SuiteInfo AppInstaller.initialize(java.lang.String locationUrl, AppInstallerProgressListener listener)
          Initializes an installer with an address of an resource where an application descriptor or jar file can be found and installation progress listener.
 SuiteInfo AppInstaller.initialize(java.lang.String locationUrl, AppInstallerProgressListener listener, boolean ignoreUpdateLock)
          Initializes an installer with an address of an resource where an application descriptor or jar file can be found and installation progress listener.
 SuiteInfo AppInstaller.initialize(java.lang.String locationUrl, byte[] iconBytes, AppInstallerProgressListener listener)
          Initializes an installer with an address of an resource where an application descriptor or jar file can be found and installation progress listener.
 SuiteInfo AppInstaller.initialize(java.lang.String jadUrl, java.lang.String jarUrl, AppInstallerProgressListener listener)
          Initializes an installer with an address of an resource where an application descriptor can be found, an URL of the application body and installation progress listener.
 SuiteInfo AppInstaller.initialize(java.lang.String jadUrl, java.lang.String jarUrl, byte[] iconBytes, AppInstallerProgressListener listener)
          Initializes an installer with an address of an resource where an application descriptor can be found, an URL of the application body and installation progress listener.
 SuiteInfo LinkInstaller.initialize(java.lang.String jadUrl, java.lang.String iconUrl, LinkInstallerProgressListener listener)
          Initializes an installer with an address of an resource where an application descriptor can be found, an URL of the application body and installation progress listener.
 SuiteInfo AppInstaller.initialize(SuiteInfo suiteInfo, AppInstallerProgressListener listener)
          Initializes an installer with an Link object and installation progress listener.
 

Methods in com.sun.ams with parameters of type SuiteInfo
 SuiteInfo AppInstaller.initialize(SuiteInfo suiteInfo, AppInstallerProgressListener listener)
          Initializes an installer with an Link object and installation progress listener.
 void SuiteStoreListener.notifySuiteInstalled(SuiteInfo suite)
          Notifies a listener that suite has been installed
 SuiteInstallerProgressListener SuiteStoreListener.notifySuiteInstalling(SuiteInfo suite)
          Notifies a listener that suite is been installing
 void SuiteStoreListener.notifySuiteRemoved(SuiteInfo suite)
          Notifies a listener that suite has been removed
 void SuiteStoreListener.notifySuiteSettingsChanged(SuiteInfo suite)
          Notifies a listener that suite settings have changed.
 void SuiteStoreListener.notifySuiteStateChanged(SuiteInfo suite)
          Notifies a listener that suite state has changed
 


Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.