|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.service.clients.RMIProxy
public class RMIProxy
RMIProxy.java
| Field Summary | |
|---|---|
protected Class<? extends TopiaApplicationService> |
clazz
La classe geree par le proxy |
protected String |
serviceLocation
location du service |
| Fields inherited from interface org.nuiton.topia.service.TopiaApplicationService |
|---|
log |
| Constructor Summary | |
|---|---|
RMIProxy()
Constructeur |
|
| Method Summary | |
|---|---|
void |
destroy()
Detruit le service |
void |
init(TopiaContext context)
Initialise le service |
Object |
invoke(Object proxy,
Method method,
Object[] args)
|
void |
setClass(Class<? extends TopiaApplicationService> clazz)
Renseigne la classe geree |
void |
setURI(URI uri)
Rensigne l'URI du service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String serviceLocation
protected Class<? extends TopiaApplicationService> clazz
| Constructor Detail |
|---|
public RMIProxy()
| Method Detail |
|---|
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowablepublic void setURI(URI uri)
TopiaProxy
setURI in interface TopiaProxyuri - l'URIURIpublic void setClass(Class<? extends TopiaApplicationService> clazz)
TopiaProxy
setClass in interface TopiaProxyclazz - la classpublic void destroy()
TopiaApplicationService
destroy in interface TopiaApplicationServicepublic void init(TopiaContext context)
TopiaApplicationService
init in interface TopiaApplicationService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||