|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.icsy.services.voip.supp.CCBSServicePreferencesBindingImpl
public class CCBSServicePreferencesBindingImpl
This interface is intended for managing a service's preferences.
| Constructor Summary | |
|---|---|
CCBSServicePreferencesBindingImpl()
|
|
| Method Summary | |
|---|---|
void |
changeDependencySetting(SSOInformation sso,
javax.xml.namespace.QName portType,
DependencySetting dependencySetting)
Changes a dependency setting for a port type. |
void |
destroy()
|
PreferencePropertyArray |
getProperties(SSOInformation sso)
Returns all the properties the service has. |
java.lang.String |
getProperty(SSOInformation sso,
java.lang.String propertyName)
Returns the current value of the given property. |
java.lang.String |
getPropertyDefaultValue(SSOInformation sso,
java.lang.String propertyName)
Returns the default value for a given property. |
PropertyNameArray |
getPropertyNames(SSOInformation sso)
Returns all the property names the service understands. |
StringArray |
getPropertyOptions(SSOInformation sso,
java.lang.String propertyName)
Returns the options of the given property. |
PropertyType |
getPropertyType(SSOInformation sso,
java.lang.String propertyName)
Returns the type of the given property. |
DependencyArray |
getResourceDependencies(SSOInformation sso)
Returns the resource types set for the service. |
DependencyArray |
getServiceDependencies(SSOInformation sso)
Returns additional service types set for the service. |
void |
init(java.lang.Object context)
|
void |
setProperty(SSOInformation sso,
java.lang.String propertyName,
java.lang.String propertyValue)
Sets the value of the given property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCBSServicePreferencesBindingImpl()
| Method Detail |
|---|
public void init(java.lang.Object context)
throws javax.xml.rpc.ServiceException
init in interface javax.xml.rpc.server.ServiceLifecyclejavax.xml.rpc.ServiceExceptionpublic void destroy()
destroy in interface javax.xml.rpc.server.ServiceLifecycle
public PreferencePropertyArray getProperties(SSOInformation sso)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getProperties in interface ServicePreferencesPortTypesso -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public PropertyNameArray getPropertyNames(SSOInformation sso)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getPropertyNames in interface ServicePreferencesPortTypesso -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public PropertyType getPropertyType(SSOInformation sso,
java.lang.String propertyName)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getPropertyType in interface ServicePreferencesPortTypesso - propertyName -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public StringArray getPropertyOptions(SSOInformation sso,
java.lang.String propertyName)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getPropertyOptions in interface ServicePreferencesPortTypesso - propertyName -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public java.lang.String getPropertyDefaultValue(SSOInformation sso,
java.lang.String propertyName)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getPropertyDefaultValue in interface ServicePreferencesPortTypesso - propertyName -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public java.lang.String getProperty(SSOInformation sso,
java.lang.String propertyName)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getProperty in interface ServicePreferencesPortTypesso - propertyName -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public void setProperty(SSOInformation sso,
java.lang.String propertyName,
java.lang.String propertyValue)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
setProperty in interface ServicePreferencesPortTypesso - propertyName - propertyValue -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public DependencyArray getResourceDependencies(SSOInformation sso)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getResourceDependencies in interface ServicePreferencesPortTypesso -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public DependencyArray getServiceDependencies(SSOInformation sso)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
getServiceDependencies in interface ServicePreferencesPortTypesso -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
public void changeDependencySetting(SSOInformation sso,
javax.xml.namespace.QName portType,
DependencySetting dependencySetting)
throws java.rmi.RemoteException,
AuthorizationFault,
IllegalArgumentFault,
ServiceMigratedFault,
ServiceNotReadyFault,
ServiceLimitReachedFault
changeDependencySetting in interface ServicePreferencesPortTypesso - portType - dependencySetting -
java.rmi.RemoteException
AuthorizationFault
IllegalArgumentFault
ServiceMigratedFault
ServiceNotReadyFault
ServiceLimitReachedFault
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||