Uses of Class
org.eclipse.ecf.core.provider.ContainerIntentException
- 
Packages that use ContainerIntentException Package Description org.eclipse.ecf.core.provider org.eclipse.ecf.provider.generic org.eclipse.ecf.remoteservice.provider 
- 
- 
Uses of ContainerIntentException in org.eclipse.ecf.core.providerMethods in org.eclipse.ecf.core.provider that throw ContainerIntentException Modifier and Type Method Description static voidContainerInstantiatorUtils. checkPrivate(String hostname)static voidContainerInstantiatorUtils. checkPrivate(InetAddress inetAddress)static voidContainerInstantiatorUtils. checkPrivate(ID serverID)
- 
Uses of ContainerIntentException in org.eclipse.ecf.provider.genericMethods in org.eclipse.ecf.provider.generic that throw ContainerIntentException Modifier and Type Method Description protected GenericContainerInstantiator.GenericContainerArgsGenericContainerInstantiator. getServerArgs(Object[] args)protected SSLGenericContainerInstantiator.GenericContainerArgsSSLGenericContainerInstantiator. getServerArgs(Object[] args)
- 
Uses of ContainerIntentException in org.eclipse.ecf.remoteservice.providerMethods in org.eclipse.ecf.remoteservice.provider that throw ContainerIntentException Modifier and Type Method Description protected booleanRemoteServiceContainerInstantiator. checkAsyncIntent(ContainerTypeDescription description, Map<String,?> properties)protected voidRemoteServiceContainerInstantiator. checkConfidential(ContainerTypeDescription description, String uri)protected booleanRemoteServiceContainerInstantiator. checkConfidentialIntent(ContainerTypeDescription description, String uri, Map<String,?> properties)protected voidRemoteServiceContainerInstantiator. checkOSGIIntents(ContainerTypeDescription description, URI uri, Map<String,?> properties)protected voidRemoteServiceContainerInstantiator. checkPrivate(ContainerTypeDescription description, String hostname)protected booleanRemoteServiceContainerInstantiator. checkPrivateIntent(ContainerTypeDescription description, String hostname, Map<String,?> properties)
 
-