com.electrotank.electroserver.plugins.entities
Class ZoneStub
java.lang.Object
   com.electrotank.electroserver.plugins.entities.ZoneStub
com.electrotank.electroserver.plugins.entities.ZoneStub
- public class ZoneStub- extends Object
The ZoneStub object is a read only representation of a Zone. It is created internally 
 by the server and returned from several extension helper method calls.
| Constructor Summary | 
| ZoneStub(Zone zone)Creates a new instance of ZoneStub.
 | 
 
| Method Summary | 
|  String | getName()Gets the name of the zone represented by this stub
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ZoneStub
public ZoneStub(Zone zone)
- Creates a new instance of ZoneStub. This is an ElectroServer internal method.
 
- Parameters:
- zone- the zone this stub will be based on
getName
public String getName()
- Gets the name of the zone represented by this stub
 
- 
- Returns:
- the name of the zone represented by this stub
 
Copyright © 2006 Electrotank, Inc. All Rights Reserved.