|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.rmi.api.client.ClientRow
public class ClientRow
Local adapter for the JCR-RMI RemoteRow inteface. This class makes a remote
query row locally available using the JCR Row interface.
Row,
RemoteRow| Constructor Summary | |
|---|---|
ClientRow(RemoteRow remote)
Creates a client adapter for the given remote query row. |
|
| Method Summary | |
|---|---|
javax.jcr.Value |
getValue(java.lang.String s)
|
javax.jcr.Value[] |
getValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientRow(RemoteRow remote)
remote - remote query row| Method Detail |
|---|
public javax.jcr.Value[] getValues()
throws javax.jcr.RepositoryException
getValues in interface javax.jcr.query.Rowjavax.jcr.RepositoryException
public javax.jcr.Value getValue(java.lang.String s)
throws javax.jcr.RepositoryException
getValue in interface javax.jcr.query.Rowjavax.jcr.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||