fr.umlv.corosol.component.proxy.impl
Class JVMCProxyClassFileFactory

java.lang.Object
  extended by fr.umlv.corosol.component.proxy.impl.JVMCProxyClassFileFactory

public class JVMCProxyClassFileFactory
extends java.lang.Object

A JVMCProxyClassFileFactory instance creates a classfile corresponding to a proxy instance of a JVMComponent object.

Author:
Christophe Deleray
See Also:
JVMComponent

Constructor Summary
JVMCProxyClassFileFactory()
          Creates a JVMCProxyClassFileFactory object.
 
Method Summary
 JClassFile createProxyClassfile(JClassFile source)
          Creates a classfile representing the class proxy of the specified classfile.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMCProxyClassFileFactory

public JVMCProxyClassFileFactory()
Creates a JVMCProxyClassFileFactory object.

Method Detail

createProxyClassfile

public JClassFile createProxyClassfile(JClassFile source)
Creates a classfile representing the class proxy of the specified classfile.