|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globalse.arena.remote.LeagueInfo
public class LeagueInfo
This class is a container for transporting information about the league to and from remote methods. Instances are created by the arena server and sent to the match front ends. Once created, the LeagueInfos are not updated as Leagues change.
RemoteLeague.getInfo(),
Serialized Form| Constructor Summary | |
|---|---|
LeagueInfo(League league)
Creates a LeagueInfo object for the specified league. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the associated league at the time this object was created. |
java.lang.String |
getGameName()
Returns the name of the associated game; game objects are only referenced by name and not forwarded to the match front end. |
java.lang.String |
getId()
Returns the unique identifier of the associated league. |
RemoteLeague |
getLeague()
Returns a remote reference to the associated league. |
java.lang.String |
getName()
Returns the name of the associated league at the time this object was created. |
User |
getOwner()
Returns the owner of the associated league. |
java.lang.String |
getTournamentStyleName()
Returns the name of the associated tournament style; tournament style objects are only referenced by name and not forwarded to the match front end. |
boolean |
isRestricted()
Returns true if this league is restricted; a restricted league can only be seen by players registered with the league. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LeagueInfo(League league)
league - a League| Method Detail |
|---|
public RemoteLeague getLeague()
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isRestricted()
public User getOwner()
public java.lang.String getGameName()
public java.lang.String getTournamentStyleName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||