|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class in java.io |
---|
Methods in java.io that return Class | |
---|---|
Class |
ObjectStreamClass.forClass()
|
Class |
ObjectStreamField.getType()
|
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass var0)
|
protected Class |
ObjectInputStream.resolveProxyClass(String[] var0)
|
Methods in java.io with parameters of type Class | |
---|---|
protected void |
ObjectOutputStream.annotateClass(Class var0)
|
protected void |
ObjectOutputStream.annotateProxyClass(Class var0)
|
static ObjectStreamClass |
ObjectStreamClass.lookup(Class var0)
|
Constructors in java.io with parameters of type Class | |
---|---|
ObjectStreamField(String var0,
Class var1)
|
Uses of Class in java.lang |
---|
Fields in java.lang declared as Class | |
---|---|
static Class |
Void.TYPE
|
static Class |
Short.TYPE
|
static Class |
Long.TYPE
|
static Class |
Integer.TYPE
|
static Class |
Float.TYPE
|
static Class |
Double.TYPE
|
static Class |
Character.TYPE
|
static Class |
Byte.TYPE
|
static Class |
Boolean.TYPE
|
Methods in java.lang that return Class | |
---|---|
protected Class |
ClassLoader.defineClass(String var0,
byte[] var1,
int var2,
int var3)
|
protected Class |
ClassLoader.defineClass(String var0,
byte[] var1,
int var2,
int var3,
ProtectionDomain var4)
|
protected Class |
ClassLoader.findClass(String var0)
|
protected Class |
ClassLoader.findLoadedClass(String var0)
|
protected Class |
ClassLoader.findSystemClass(String var0)
|
static Class |
Class.forName(String var0)
|
static Class |
Class.forName(String var0,
boolean var1,
ClassLoader var2)
|
Class |
Object.getClass()
|
protected Class[] |
SecurityManager.getClassContext()
|
Class[] |
Class.getClasses()
|
Class |
Class.getComponentType()
|
Class[] |
Class.getDeclaredClasses()
|
Class |
Class.getDeclaringClass()
|
Class[] |
Class.getInterfaces()
|
Class |
Class.getSuperclass()
|
Class |
ClassLoader.loadClass(String var0)
|
protected Class |
ClassLoader.loadClass(String var0,
boolean var1)
|
Methods in java.lang with parameters of type Class | |
---|---|
void |
SecurityManager.checkMemberAccess(Class var0,
int var1)
|
static boolean |
Compiler.compileClass(Class var0)
|
Constructor |
Class.getConstructor(Class[] var0)
|
Constructor |
Class.getDeclaredConstructor(Class[] var0)
|
Method |
Class.getDeclaredMethod(String var0,
Class[] var1)
|
Method |
Class.getMethod(String var0,
Class[] var1)
|
boolean |
Class.isAssignableFrom(Class var0)
|
protected void |
ClassLoader.resolveClass(Class var0)
|
protected void |
ClassLoader.setSigners(Class var0,
Object[] var1)
|
Uses of Class in java.lang.reflect |
---|
Methods in java.lang.reflect that return Class | |
---|---|
Class |
Method.getDeclaringClass()
|
Class |
Member.getDeclaringClass()
|
Class |
Field.getDeclaringClass()
|
Class |
Constructor.getDeclaringClass()
|
Class[] |
Method.getExceptionTypes()
|
Class[] |
Constructor.getExceptionTypes()
|
Class[] |
Method.getParameterTypes()
|
Class[] |
Constructor.getParameterTypes()
|
static Class |
Proxy.getProxyClass(ClassLoader var0,
Class[] var1)
|
Class |
Method.getReturnType()
|
Class |
Field.getType()
|
Methods in java.lang.reflect with parameters of type Class | |
---|---|
static Class |
Proxy.getProxyClass(ClassLoader var0,
Class[] var1)
|
static boolean |
Proxy.isProxyClass(Class var0)
|
static Object |
Array.newInstance(Class var0,
int var1)
|
static Object |
Array.newInstance(Class var0,
int[] var1)
|
static Object |
Proxy.newProxyInstance(ClassLoader var0,
Class[] var1,
InvocationHandler var2)
|
Uses of Class in java.net |
---|
Methods in java.net that return Class | |
---|---|
protected Class |
URLClassLoader.findClass(String var0)
|
Methods in java.net with parameters of type Class | |
---|---|
Object |
URLConnection.getContent(Class[] var0)
|
Object |
URL.getContent(Class[] var0)
|
Object |
ContentHandler.getContent(URLConnection var0,
Class[] var1)
|
Uses of Class in java.security |
---|
Methods in java.security that return Class | |
---|---|
protected Class |
SecureClassLoader.defineClass(String var0,
byte[] var1,
int var2,
int var3,
CodeSource var4)
|
Methods in java.security with parameters of type Class | |
---|---|
protected abstract KeySpec |
KeyFactorySpi.engineGetKeySpec(Key var0,
Class var1)
|
protected abstract AlgorithmParameterSpec |
AlgorithmParametersSpi.engineGetParameterSpec(Class var0)
|
KeySpec |
KeyFactory.getKeySpec(Key var0,
Class var1)
|
AlgorithmParameterSpec |
AlgorithmParameters.getParameterSpec(Class var0)
|
Uses of Class in org.apache.felix.dependencymanager |
---|
Methods in org.apache.felix.dependencymanager with parameters of type Class | |
---|---|
abstract ServiceDependency |
ServiceDependency.setService(Class serviceName)
Sets the name of the service that should be tracked. |
abstract ServiceDependency |
ServiceDependency.setService(Class serviceName,
ServiceReference serviceReference)
Sets the name of the service that should be tracked. |
abstract ServiceDependency |
ServiceDependency.setService(Class serviceName,
String serviceFilter)
Sets the name of the service that should be tracked. |
Uses of Class in org.apache.felix.dependencymanager.impl |
---|
Methods in org.apache.felix.dependencymanager.impl with parameters of type Class | |
---|---|
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName)
|
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName,
ServiceReference serviceReference)
|
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName,
String serviceFilter)
|
Uses of Class in org.apache.felix.dm |
---|
Methods in org.apache.felix.dm that return Class | |
---|---|
Class |
Dependency.getAutoConfigType()
Returns the type of the instance that is injected. |
Methods in org.apache.felix.dm with parameters of type Class | |
---|---|
Component |
DependencyManager.createAdapterService(Class serviceInterface,
String serviceFilter)
Creates a new adapter. |
Component |
DependencyActivatorBase.createAdapterService(Class serviceInterface,
String serviceFilter)
Creates a new adapter service. |
Component |
DependencyManager.createAspectService(Class serviceInterface,
String serviceFilter,
int ranking,
String attributeName)
Creates a new aspect. |
Component |
DependencyActivatorBase.createAspectService(Class serviceInterface,
String serviceFilter,
int ranking,
String attributeName)
Creates a new aspect service. |
boolean |
Component.getAutoConfig(Class clazz)
Returns the status of auto configuration of the specified class. |
String |
Component.getAutoConfigInstance(Class clazz)
Returns the instance variable name of auto configuration of the specified class. |
void |
DependencyService.invokeCallbackMethod(Object[] instances,
String methodName,
Class[][] signatures,
Object[][] parameters)
Can be called by the dependency whenever it wants to invoke callback methods. |
void |
Component.invokeCallbackMethod(Object[] instances,
String methodName,
Class[][] signatures,
Object[][] parameters)
|
static Object |
InvocationUtil.invokeCallbackMethod(Object instance,
String methodName,
Class[][] signatures,
Object[][] parameters)
|
static Object |
InvocationUtil.invokeMethod(Object object,
Class clazz,
String name,
Class[][] signatures,
Object[][] parameters,
boolean isSuper)
|
static Object |
InvocationUtil.invokeMethod(Object object,
Class clazz,
String name,
Class[][] signatures,
Object[][] parameters,
boolean isSuper)
|
Component |
Component.setAutoConfig(Class clazz,
boolean autoConfig)
Configures auto configuration of injected classes in the component instance. |
Component |
Component.setAutoConfig(Class clazz,
String instanceName)
Configures auto configuration of injected classes in the component instance. |
ServiceDependency |
ServiceDependency.setService(Class serviceName)
Sets the name of the service that should be tracked. |
ServiceDependency |
ServiceDependency.setService(Class serviceName,
ServiceReference serviceReference)
Sets the name of the service that should be tracked. |
ServiceDependency |
ServiceDependency.setService(Class serviceName,
String serviceFilter)
Sets the name of the service that should be tracked. |
PropertyMetaData |
PropertyMetaData.setType(Class type)
Returns the property primitive type. |
Uses of Class in org.apache.felix.dm.impl |
---|
Methods in org.apache.felix.dm.impl with parameters of type Class | |
---|---|
boolean |
FilterService.getAutoConfig(Class clazz)
|
boolean |
ComponentImpl.getAutoConfig(Class clazz)
|
String |
FilterService.getAutoConfigInstance(Class clazz)
|
String |
ComponentImpl.getAutoConfigInstance(Class clazz)
|
void |
FilterService.invokeCallbackMethod(Object[] instances,
String methodName,
Class[][] signatures,
Object[][] parameters)
|
void |
ComponentImpl.invokeCallbackMethod(Object[] instances,
String methodName,
Class[][] signatures,
Object[][] parameters)
|
Component |
FilterService.setAutoConfig(Class clazz,
boolean autoConfig)
|
Component |
ComponentImpl.setAutoConfig(Class clazz,
boolean autoConfig)
|
Component |
FilterService.setAutoConfig(Class clazz,
String instanceName)
|
Component |
ComponentImpl.setAutoConfig(Class clazz,
String instanceName)
|
Constructors in org.apache.felix.dm.impl with parameters of type Class | |
---|---|
AdapterServiceImpl.AdapterImpl(Class adapteeInterface,
String adapteeFilter)
|
|
AdapterServiceImpl(DependencyManager dm,
Class adapteeInterface,
String adapteeFilter)
Creates a new Adapter Service implementation. |
|
AspectServiceImpl(DependencyManager dm,
Class aspectInterface,
String aspectFilter,
int ranking,
String autoConfig)
|
Uses of Class in org.apache.felix.dm.impl.dependencies |
---|
Fields in org.apache.felix.dm.impl.dependencies declared as Class | |
---|---|
protected Class |
ServiceDependencyImpl.m_trackedServiceName
|
Methods in org.apache.felix.dm.impl.dependencies that return Class | |
---|---|
Class |
ServiceDependencyImpl.getAutoConfigType()
|
Class |
BundleDependencyImpl.getAutoConfigType()
|
Class |
ResourceDependencyImpl.getAutoConfigType()
|
Class |
ConfigurationDependencyImpl.getAutoConfigType()
|
Class |
ServiceDependencyImpl.getInterface()
|
Methods in org.apache.felix.dm.impl.dependencies with parameters of type Class | |
---|---|
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName)
Sets the name of the service that should be tracked. |
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName,
ServiceReference serviceReference)
Sets the name of the service that should be tracked. |
ServiceDependency |
ServiceDependencyImpl.setService(Class serviceName,
String serviceFilter)
Sets the name of the service that should be tracked. |
Uses of Class in org.apache.felix.dm.impl.metatype |
---|
Methods in org.apache.felix.dm.impl.metatype with parameters of type Class | |
---|---|
PropertyMetaData |
PropertyMetaDataImpl.setType(Class classType)
|
Uses of Class in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return Class | |
---|---|
protected Class |
ModuleImpl.ModuleClassLoader.findClass(String name)
|
Class |
ModuleImpl.getClassByDelegation(String name)
|
protected Class |
ModuleImpl.ModuleClassLoader.loadClass(String name,
boolean resolve)
|
Uses of Class in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that return Class | |
---|---|
Class |
Wire.getClass(String name)
Requests a class from the exporting module. |
Class |
WireImpl.getClass(String name)
|
Class |
WireModuleImpl.getClass(String name)
|
Class |
Module.getClassByDelegation(String name)
|
Uses of Class in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that return Class | |
---|---|
Class |
SecureAction.forName(String name)
|
Class[] |
SecurityManagerEx.getClassContext()
|
static Class |
Util.loadClassUsingClass(Class clazz,
String name,
SecureAction action)
This is a simple utility class that attempts to load the named class using the class loader of the supplied class or the class loader of one of its super classes or their implemented interfaces. |
Methods in org.apache.felix.framework.util with parameters of type Class | |
---|---|
Filter |
EventDispatcher.addListener(Bundle bundle,
Class clazz,
EventListener l,
Filter filter)
|
void |
SecureAction.flush(Class targetClazz,
Object lock)
|
ClassLoader |
SecureAction.getClassLoader(Class clazz)
|
Constructor |
SecureAction.getConstructor(Class target,
Class[] types)
|
Constructor |
SecureAction.getConstructor(Class target,
Class[] types)
|
Constructor |
SecureAction.getDeclaredConstructor(Class target,
Class[] types)
|
Constructor |
SecureAction.getDeclaredConstructor(Class target,
Class[] types)
|
Object |
SecureAction.getDeclaredField(Class targetClass,
String name,
Object target)
|
Method |
SecureAction.getDeclaredMethod(Class target,
String method,
Class[] types)
|
Method |
SecureAction.getDeclaredMethod(Class target,
String method,
Class[] types)
|
Method |
SecureAction.getMethod(Class target,
String method,
Class[] types)
|
Method |
SecureAction.getMethod(Class target,
String method,
Class[] types)
|
static Class |
Util.loadClassUsingClass(Class clazz,
String name,
SecureAction action)
This is a simple utility class that attempts to load the named class using the class loader of the supplied class or the class loader of one of its super classes or their implemented interfaces. |
ListenerHook.ListenerInfo |
EventDispatcher.removeListener(Bundle bundle,
Class clazz,
EventListener l)
|
Object |
SecureAction.swapStaticFieldIfNotClass(Class targetClazz,
Class targetType,
Class condition,
String lockName)
|
Filter |
EventDispatcher.updateListener(Bundle bundle,
Class clazz,
EventListener l,
Filter filter)
|
Uses of Class in org.apache.felix.http.whiteboard.internal.tracker |
---|
Constructors in org.apache.felix.http.whiteboard.internal.tracker with parameters of type Class | |
---|---|
AbstractTracker(BundleContext context,
Class clz)
|
Uses of Class in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo that return Class | |
---|---|
Class |
ComponentFactory.defineClass(String name,
byte[] clazz,
ProtectionDomain domain)
Defines a class. |
Class |
InstanceManager.getClazz()
Gets the manipulated class. |
Class |
PrimitiveHandler.getConstructorParameterType(int index)
Gets the type of the object to inject in the constructor parameter. |
Class |
ConstructorInjector.getConstructorParameterType(int index)
Gets the type of the object to |
Class |
ComponentFactory.loadClass(String className)
Loads a class. |
Uses of Class in org.apache.felix.ipojo.composite.service.instantiator |
---|
Constructors in org.apache.felix.ipojo.composite.service.instantiator with parameters of type Class | |
---|---|
ServiceImporter(Class specification,
Filter filter,
boolean multiple,
boolean optional,
Comparator cmp,
int policy,
BundleContext context,
String identitity,
ServiceDependencyHandler handler)
Constructor. |
Uses of Class in org.apache.felix.ipojo.composite.service.provides |
---|
Methods in org.apache.felix.ipojo.composite.service.provides with parameters of type Class | |
---|---|
static byte[] |
POJOWriter.dump(Class clazz,
String className,
List fields,
List methods,
Handler handler)
Return the proxy 'classname' for the contract 'contractname' by delegating on available service. |
Constructors in org.apache.felix.ipojo.composite.service.provides with parameters of type Class | |
---|---|
ServiceExporter(Class specification,
Filter filter,
boolean multiple,
boolean optional,
Comparator cmp,
int policy,
ServiceContext from,
BundleContext dest,
DependencyStateListener listener,
CompositeManager manager)
Constructor. |
|
SpecificationMetadata(Class clazz,
String type,
ProvidedServiceHandler psd)
Constructor. |
Uses of Class in org.apache.felix.ipojo.handler.temporal |
---|
Methods in org.apache.felix.ipojo.handler.temporal with parameters of type Class | |
---|---|
static byte[] |
ProxyGenerator.dumpProxy(Class spec)
Generates a proxy class. |
Constructors in org.apache.felix.ipojo.handler.temporal with parameters of type Class | |
---|---|
TemporalDependency(Class spec,
boolean agg,
boolean collection,
boolean proxy,
Filter filter,
BundleContext context,
long timeout,
int policy,
String defaultImpl,
TemporalHandler handler)
Creates a temporal dependency. |
Uses of Class in org.apache.felix.ipojo.handlers.dependency |
---|
Methods in org.apache.felix.ipojo.handlers.dependency that return Class | |
---|---|
Class |
Dependency.getConstructorParameterType(int index)
Gets the type of the constructor parameter. |
Methods in org.apache.felix.ipojo.handlers.dependency with parameters of type Class | |
---|---|
static byte[] |
ProxyGenerator.dumpProxy(Class spec)
Generates a proxy class. |
void |
Dependency.setSpecification(Class spec)
Set the specification of the current dependency. |
Constructors in org.apache.felix.ipojo.handlers.dependency with parameters of type Class | |
---|---|
Dependency(DependencyHandler handler,
String field,
Class spec,
Filter filter,
boolean isOptional,
boolean isAggregate,
boolean nullable,
boolean isProxy,
String identity,
BundleContext context,
int policy,
Comparator cmp,
String defaultImplem)
Dependency constructor. |
Uses of Class in org.apache.felix.ipojo.handlers.providedservice |
---|
Constructors in org.apache.felix.ipojo.handlers.providedservice with parameters of type Class | |
---|---|
ProvidedService(ProvidedServiceHandler handler,
String[] specification,
int factoryPolicy,
Class creationStrategyClass,
Dictionary conf)
Creates a provided service object. |
Uses of Class in org.apache.felix.ipojo.junit4osgi |
---|
Methods in org.apache.felix.ipojo.junit4osgi with parameters of type Class | |
---|---|
void |
OSGiTestSuite.addTestSuite(Class testClass)
Adds the tests from the given class to the suite. |
Constructors in org.apache.felix.ipojo.junit4osgi with parameters of type Class | |
---|---|
OSGiTestSuite(Class clazz,
BundleContext bc)
Creates a OSGiTestSuite. |
|
OSGiTestSuite(Class clazz,
String name,
BundleContext bc)
Creates a OSGiTestSuite. |
Uses of Class in org.apache.felix.ipojo.parser |
---|
Methods in org.apache.felix.ipojo.parser with parameters of type Class | |
---|---|
static String |
FieldMetadata.getPrimitiveTypeByClass(Class clazz)
Gets the iPOJO primitive type from the given primitive class. |
Uses of Class in org.apache.felix.ipojo.util |
---|
Methods in org.apache.felix.ipojo.util that return Class | |
---|---|
static Class |
Property.computeType(String type,
BundleContext context)
Computes and returns the property type according to the given type name. |
Class |
Property.getConstructorParameterType(int index)
Gets the type of the constructor parameter to inject. |
Class |
DependencyModel.getSpecification()
Gets the tracked specification. |
static Class |
DependencyModel.loadSpecification(String specification,
BundleContext context)
Loads the given specification class. |
Methods in org.apache.felix.ipojo.util with parameters of type Class | |
---|---|
static Object |
Property.create(Class type,
String strValue)
Creates an object of the given type with the given String value. |
static Object |
Property.createArrayObject(Class interntype,
String[] values)
Creates an array object containing the type component type from the String array 'values'. |
static boolean |
Property.isAssignable(Class type,
Object value)
Checks if the given value is assignable to the given type. |
void |
DependencyModel.setSpecification(Class specification)
Sets the required specification of this service dependency. |
Constructors in org.apache.felix.ipojo.util with parameters of type Class | |
---|---|
Callback(String method,
Class[] args,
boolean isStatic,
InstanceManager manager)
Creates a Callback. |
|
DependencyModel(Class specification,
boolean aggregate,
boolean optional,
Filter filter,
Comparator comparator,
int policy,
BundleContext context,
DependencyStateListener listener,
ComponentInstance ci)
Creates a DependencyModel. |
Uses of Class in org.apache.felix.mosgi.jmx.agent.mx4j |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j with parameters of type Class | |
---|---|
protected Method |
AbstractDynamicMBean.findMethod(Class cls,
String name,
Class[] params)
Returns the (public) method with the given name and signature on the given class. |
protected Method |
AbstractDynamicMBean.findMethod(Class cls,
String name,
Class[] params)
Returns the (public) method with the given name and signature on the given class. |
protected Object |
AbstractDynamicMBean.invoke(Object resource,
String name,
Class[] params,
Object[] args)
Looks up the method to call on given resource and invokes it. |
protected Object |
AbstractDynamicMBean.invoke(String name,
Class[] params,
Object[] args)
Deprecated. Replaced by AbstractDynamicMBean.invoke(Object,String,Class[],Object[]) . The resource passed is the resource as set by AbstractDynamicMBean.setResource(java.lang.Object) or - if it is null - 'this' instance. This method is deprecated because it is not thread safe. |
Uses of Class in org.apache.felix.mosgi.jmx.agent.mx4j.loading |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading that return Class | |
---|---|
protected Class |
ClassLoaderObjectInputStream.resolveClass(ObjectStreamClass osc)
|
protected Class |
ClassLoaderObjectInputStream.resolveProxyClass(String[] interfaces)
|
Uses of Class in org.apache.felix.mosgi.jmx.agent.mx4j.server |
---|
Fields in org.apache.felix.mosgi.jmx.agent.mx4j.server declared as Class | |
---|---|
Class |
MBeanMetaData.management
The management interface of the MBean, if it is a standard MBean |
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server that return Class | |
---|---|
Class |
DefaultClassLoaderRepository.loadClass(String className)
|
Class |
DefaultClassLoaderRepository.loadClassBefore(ClassLoader loader,
String className)
|
Class |
DefaultClassLoaderRepository.loadClassWithout(ClassLoader loader,
String className)
|
Uses of Class in org.apache.felix.mosgi.jmx.agent.mx4j.util |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.util that return Class | |
---|---|
static Class |
Utils.loadClass(ClassLoader loader,
String name)
This methods load a class given the classloader and the name of the class, and work for extended names of primitive types. |
static Class[] |
Utils. |