|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JtrRmiClassLoaderServer
This interface defines the contract a JTR server class-loader must adhere to.
| Method Summary | |
|---|---|
java.lang.Byte[] |
getBytecode(java.lang.String fqn)
Returns, if found, the bytecode associated with the provided fqn,
null otherwise. |
java.lang.Byte[] |
getResource(java.lang.String name)
Returns, if found, the byte array of the required resource, null
otherwise. |
| Method Detail |
|---|
java.lang.Byte[] getBytecode(java.lang.String fqn)
throws java.rmi.RemoteException
fqn,
null otherwise.
fqn - The fqn of the required class
null otherwise
java.rmi.RemoteException
java.lang.Byte[] getResource(java.lang.String name)
throws java.rmi.RemoteException
null
otherwise.
name - The required resource name
null otherwise
java.rmi.RemoteException
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||