|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProxy
IProxy defines the base interface each actor proxy must
implement.
| Field Summary | |
|---|---|
static java.lang.String |
ProxyTypeLocal
Type code for proxies using local communication. |
static java.lang.String |
ProxyTypeSoap
Type code for proxies using SOAP communication. |
| Method Summary | |
|---|---|
java.lang.String |
getType()
Returns the type of the proxy, e.g., local, soap, xmlrpc, etc. |
| Methods inherited from interface orca.shirako.api.IActorIdentity |
|---|
getGuid, getIdentity, getName |
| Methods inherited from interface orca.shirako.api.ISerialize |
|---|
reset, save, save |
| Field Detail |
|---|
static final java.lang.String ProxyTypeLocal
static final java.lang.String ProxyTypeSoap
| Method Detail |
|---|
java.lang.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||